Skip to content

Commit 1bd1d0e

Browse files
committed
disable extension in virtual workspaces (tailwindlabs#398)
1 parent b089cc3 commit 1bd1d0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vscode-tailwindcss/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"onStartupFinished"
4040
],
4141
"main": "dist/extension/index.js",
42+
"capabilities": {
43+
"virtualWorkspaces": false
44+
},
4245
"contributes": {
4346
"commands": [
4447
{

0 commit comments

Comments
 (0)