From 412ab9f4694d37bffe93468bf6e984440875b3b1 Mon Sep 17 00:00:00 2001 From: Pavlo Rudy Date: Sun, 18 Sep 2022 23:24:50 +0300 Subject: [PATCH 1/2] disable Natural Language Search by default; closes #1185 (#1261) --- update_settings.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_settings.sh b/update_settings.sh index 48ab1bf..0e32374 100755 --- a/update_settings.sh +++ b/update_settings.sh @@ -4,6 +4,7 @@ DEFAULT_ON="'default': TelemetryConfiguration.ON" DEFAULT_OFF="'default': TelemetryConfiguration.OFF" TELEMETRY_CRASH_REPORTER="'telemetry.enableCrashReporter':" TELEMETRY_CONFIGURATION=" TelemetryConfiguration.ON" +NLS=workbench.settings.enableNaturalLanguageSearch # include common functions . ../utils.sh @@ -47,3 +48,4 @@ update_setting () { update_setting "${TELEMETRY_CRASH_REPORTER}" src/vs/workbench/electron-sandbox/desktop.contribution.ts update_setting "${TELEMETRY_CONFIGURATION}" src/vs/platform/telemetry/common/telemetryService.ts +update_setting "${NLS}" src/vs/workbench/contrib/preferences/common/preferencesContribution.ts From 6562d7d4a4a39dff45f92b0c092ee2d553f3b535 Mon Sep 17 00:00:00 2001 From: Pavlo Rudy Date: Mon, 19 Sep 2022 08:36:55 +0300 Subject: [PATCH 2/2] update the supported platform list --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f30d2dd..488a62d 100644 --- a/README.md +++ b/README.md @@ -155,9 +155,10 @@ The minimal version is limited by the core component Electron, you may want to c - [x] GNU/Linux x86 (`deb`, `rpm`, `tar.gz`) ([up to v1.35.1](https://code.visualstudio.com/updates/v1_36#_linux-32bit-support-ends)) - [x] GNU/Linux arm64 (`deb`, `tar.gz`) - [x] GNU/Linux armhf (`deb`, `tar.gz`) -- [x] Windows 7 or newer x64 -- [x] Windows 7 or newer x86 -- [x] Windows 10 arm64 +- [x] Windows 10 / Server 2012 R2 or newer x64 +- [x] Windows 10 / Server 2012 R2 or newer x86 +- [x] Windows 10 / Server 2012 R2 or newer arm64 + ## Donate