Skip to content

Commit 2b300cc

Browse files
authored
Merge pull request #4540 from OmniSharp/virtualWorkspaces-capability
Update package.json to advertise that we don't support virtualWorkspaces
2 parents 76182f2 + c315714 commit 2b300cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
".NET Core",
2929
"dotnet"
3030
],
31+
"capabilities": {
32+
"virtualWorkspaces": false
33+
},
3134
"defaults": {
3235
"omniSharp": "1.37.8",
3336
"razor": "6.0.0-alpha.1.21201.19"
@@ -3696,4 +3699,4 @@
36963699
]
36973700
}
36983701
}
3699-
}
3702+
}

0 commit comments

Comments
 (0)