Skip to content

Instantly share code, notes, and snippets.

@code4t2
Forked from hyperupcall/settings.jsonc
Created May 17, 2023 16:09
Show Gist options
  • Save code4t2/d5a7cb63873b17d979de38af7ced3b84 to your computer and use it in GitHub Desktop.
Save code4t2/d5a7cb63873b17d979de38af7ced3b84 to your computer and use it in GitHub Desktop.

Revisions

  1. @hyperupcall hyperupcall revised this gist May 14, 2023. No changes.
  2. @hyperupcall hyperupcall revised this gist May 14, 2023. No changes.
  3. @hyperupcall hyperupcall renamed this gist May 14, 2023. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. @hyperupcall hyperupcall revised this gist May 14, 2023. 1 changed file with 8 additions and 2 deletions.
    10 changes: 8 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,11 @@
    // I tired of extensions with "welcome" pages, automatically enabled telemetry, recommendation notifications,
    // release notes, notifications and so on. This disables much of that.
    // 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,
  5. @hyperupcall hyperupcall created this gist May 14, 2023.
    31 changes: 31 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    // I tired of extensions with "welcome" pages, automatically enabled telemetry, recommendation notifications,
    // release notes, notifications and so on. This disables much of that.

    {
    "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
    }