We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396f3d3 commit b715097Copy full SHA for b715097
packages/vscode-tailwindcss/package.json
@@ -323,15 +323,15 @@
323
"markdownDescription": "Enable the Node.js inspector agent for the language server and listen on the specified port."
324
},
325
"tailwindcss-intellisense.trace.server": {
326
- "scope": "window",
327
- "type": "string",
328
- "enum": [
329
- "off",
330
- "messages",
331
- "verbose"
332
- ],
333
- "default": "off",
334
- "description": "Traces the communication between VS Code and the Tailwind CSS Language Server."
+ "scope": "window",
+ "type": "string",
+ "enum": [
+ "off",
+ "messages",
+ "verbose"
+ ],
+ "default": "off",
+ "description": "Traces the communication between VS Code and the Tailwind CSS Language Server."
335
}
336
337
0 commit comments