// I'm tired of extensions that automatically: // - show welcome pages / walkthroughs // - show release notes // - send telemetry // - recommend things // // This disables all of that stuff. // If you have more config, leave a comment so I can add it!! { "clangd.checkUpdates": false, "code-runner.enableAppInsights": false, "docker-explorer.enableTelemetry": false, "extensions.ignoreRecommendations": true, "gitlens.showWelcomeOnInstall": false, "gitlens.showWhatsNewAfterUpgrades": false, "java.help.firstView": "none", "java.help.showReleaseNotes": false, "julia.enableTelemetry": false, "kite.showWelcomeNotificationOnStartup": false, "liveServer.settings.donotShowInfoMsg": true, "Lua.telemetry.enable": false, "material-icon-theme.showWelcomeMessage": false, "pros.showWelcomeOnStartup": false, "pros.useGoogleAnalytics": false, "redhat.telemetry.enabled": false, "rpcServer.showStartupMessage": false, "shellcheck.disableVersionCheck": true, "sonarlint.disableTelemetry": true, "telemetry.enableCrashReporter": false, "telemetry.enableTelemetry": false, "telemetry.telemetryLevel": "off", "terraform.telemetry.enabled": false, "update.showReleaseNotes": false, "vsicons.dontShowNewVersionMessage": true, "workbench.welcomePage.walkthroughs.openOnInstall": false }