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:
authorJohannes <johannes.rieken@gmail.com>2022-04-05 15:33:27 +0300
committerJohannes <johannes.rieken@gmail.com>2022-04-05 15:33:32 +0300
commit89d7548ecc489fcecb5dff07968250e5f83a28bc (patch)
treee0e65a8dcc5b67891ca7e9ae1b5e127d0a0581a7 /.vscode/settings.json
parenta2d072a5fc6360b5b54e3233c6929b7f5e8a9c8d (diff)
enable inline quick suggestions to force team feedback
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 02813fa947e..ae8d69938e2 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -99,5 +99,10 @@
"*.js": "$(capture).*.js",
"bootstrap.js": "bootstrap-*.js"
},
- "explorer.experimental.fileNesting.enabled": true
+ "explorer.experimental.fileNesting.enabled": true,
+ "editor.quickSuggestions": {
+ "other": "inline",
+ "comments": "inline",
+ "strings": "inline"
+ },
}