Update `editor.quickSuggestions` example in readme

master
Brad Cornes 2023-06-09 14:27:11 +01:00 committed by GitHub
parent 19ba969f99
commit 1438300d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ By default VS Code will not trigger completions when editing "string" content, f
```
"editor.quickSuggestions": {
"strings": true
"strings": "on"
}
```