diff --git a/packages/vscode-tailwindcss/package.json b/packages/vscode-tailwindcss/package.json index b16f7874..98aafe23 100755 --- a/packages/vscode-tailwindcss/package.json +++ b/packages/vscode-tailwindcss/package.json @@ -321,6 +321,17 @@ ], "default": null, "markdownDescription": "Enable the Node.js inspector agent for the language server and listen on the specified port." + }, + "tailwindcss-intellisense.trace.server": { + "scope": "window", + "type": "string", + "enum": [ + "off", + "messages", + "verbose" + ], + "default": "off", + "description": "Traces the communication between VS Code and the Tailwind CSS Language Server." } } }