mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-12-23 17:04:12 +03:00
parent
b36705ca7f
commit
412ab9f469
@ -4,6 +4,7 @@ DEFAULT_ON="'default': TelemetryConfiguration.ON"
|
|||||||
DEFAULT_OFF="'default': TelemetryConfiguration.OFF"
|
DEFAULT_OFF="'default': TelemetryConfiguration.OFF"
|
||||||
TELEMETRY_CRASH_REPORTER="'telemetry.enableCrashReporter':"
|
TELEMETRY_CRASH_REPORTER="'telemetry.enableCrashReporter':"
|
||||||
TELEMETRY_CONFIGURATION=" TelemetryConfiguration.ON"
|
TELEMETRY_CONFIGURATION=" TelemetryConfiguration.ON"
|
||||||
|
NLS=workbench.settings.enableNaturalLanguageSearch
|
||||||
|
|
||||||
# include common functions
|
# include common functions
|
||||||
. ../utils.sh
|
. ../utils.sh
|
||||||
@ -47,3 +48,4 @@ update_setting () {
|
|||||||
|
|
||||||
update_setting "${TELEMETRY_CRASH_REPORTER}" src/vs/workbench/electron-sandbox/desktop.contribution.ts
|
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 "${TELEMETRY_CONFIGURATION}" src/vs/platform/telemetry/common/telemetryService.ts
|
||||||
|
update_setting "${NLS}" src/vs/workbench/contrib/preferences/common/preferencesContribution.ts
|
||||||
|
Loading…
Reference in New Issue
Block a user