We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
editor.quickSuggestions
1 parent 19ba969 commit 1438300Copy full SHA for 1438300
packages/vscode-tailwindcss/README.md
@@ -50,7 +50,7 @@ By default VS Code will not trigger completions when editing "string" content, f
50
51
```
52
"editor.quickSuggestions": {
53
- "strings": true
+ "strings": "on"
54
}
55
56
0 commit comments