Skip to content

Commit

Permalink
Disable some more telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Jan 4, 2024
1 parent edf6d53 commit 93f1dbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"git.allowNoVerifyCommit": true,
"html.format.enable": true,
"html.format.indentInnerHtml": true,
"html.format.indentHandlebars": true,
"html.format.wrapAttributes": "force-aligned",
"isort.args": [
"--profile",
"black"
Expand Down Expand Up @@ -56,6 +58,8 @@
"workbench.colorCustomizations": {
"editorRuler.foreground": "#cfbcc391"
},
"workbench.enableExperiments": false, // Fetches experiments to run from a Microsoft online service.
"workbench.settings.enableNaturalLanguageSearch": false, // natural language search provided by a Microsoft online service.
"workbench.startupEditor": "newUntitledFile",
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
Expand Down

0 comments on commit 93f1dbc

Please sign in to comment.