Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed May 17, 2024
1 parent 396f3d3 commit b715097
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/vscode-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,15 +323,15 @@
"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."
"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 b715097

Please sign in to comment.