Skip to content

Commit 396f3d3

Browse files
committed
Add setting for LSP tracing
1 parent 086ffff commit 396f3d3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/vscode-tailwindcss/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,17 @@
321321
],
322322
"default": null,
323323
"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."
324335
}
325336
}
326337
}

0 commit comments

Comments
 (0)