|
|
|
|
|
by jolan
2852 days ago
|
|
If you want to send as little data as possible to Microsoft there are other settings to consider: "telemetry.enableCrashReporter": false,
"code-runner.enableAppInsights": false,
"update.channel": "none",
"extensions.autoUpdate": false,
"extensions.ignoreRecommendations": true,
"workbench.settings.enableNaturalLanguageSearch": false
|
|
Offline mode
Some users do not want any outgoing network requests from VS Code unless they specifically invoke features that require online access. To support this offline mode, we have added new settings to turn off features such as automatic extension update checking, querying settings for A/B experiments, and fetching of online data for auto-completions.
Below is the complete list of settings to control VS Code features that make network requests: