Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Peet <connor@peet.io>2022-10-12 18:59:37 +0300
committerGitHub <noreply@github.com>2022-10-12 18:59:37 +0300
commit6353f80f3d9cd85106f614f2f9c3a8823b502838 (patch)
tree4d974f408551942b650e0e29c92c1aeedac070aa /.vscode/settings.json
parentbf220dd91e46d061cf37dbb6e0092370519ab8e1 (diff)
parentb42f25b50bd16602c73c9dd81bb9e2251b191a62 (diff)
Merge pull request #161640 from microsoft/build-integrated-cli
Update build process to include integrated CLI
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 4285774b5d7..d63060ac2ef 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -91,7 +91,6 @@
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
- "editor.insertSpaces": true
},
"typescript.tsc.autoDetect": "off",
"testing.autoRun.mode": "rerun",