We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086ffff commit 396f3d3Copy full SHA for 396f3d3
packages/vscode-tailwindcss/package.json
@@ -321,6 +321,17 @@
321
],
322
"default": null,
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."
335
}
336
337
0 commit comments