From 93f1dbc9dd42c379d704dbd95546fac32624c29d Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Thu, 4 Jan 2024 13:06:23 +0100 Subject: [PATCH] Disable some more telemetry --- .config/Code/User/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 2c86b8b..5235309 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -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" @@ -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"