Update `editor.quickSuggestions` example in readme
parent
19ba969f99
commit
1438300d98
|
@ -50,7 +50,7 @@ By default VS Code will not trigger completions when editing "string" content, f
|
|||
|
||||
```
|
||||
"editor.quickSuggestions": {
|
||||
"strings": true
|
||||
"strings": "on"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue