Skip to content

Commit 1438300

Browse files
authored
Update editor.quickSuggestions example in readme
1 parent 19ba969 commit 1438300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode-tailwindcss/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ By default VS Code will not trigger completions when editing "string" content, f
5050

5151
```
5252
"editor.quickSuggestions": {
53-
"strings": true
53+
"strings": "on"
5454
}
5555
```
5656

0 commit comments

Comments
 (0)