Skip to content

Commit

Permalink
Add setting for LSP tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed May 17, 2024
1 parent 086ffff commit 396f3d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/vscode-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
}
Expand Down

0 comments on commit 396f3d3

Please sign in to comment.