mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
set insertMode: replace mode for snippets (#236245)
This commit is contained in:
committed by
GitHub
parent
d3bd083824
commit
4fa8dfa8e1
@@ -139,6 +139,12 @@
|
||||
"strings": true
|
||||
},
|
||||
"editor.suggest.insertMode": "replace"
|
||||
},
|
||||
"[snippets]": {
|
||||
"editor.quickSuggestions": {
|
||||
"strings": true
|
||||
},
|
||||
"editor.suggest.insertMode": "replace"
|
||||
}
|
||||
},
|
||||
"jsonValidation": [
|
||||
|
||||
Reference in New Issue
Block a user