Skip to content

Commit ea20d08

Browse files
authored
Merge pull request #4541 from OmniSharp/untrustedWorkspace-capability
Update package.json to advertise that we don't support untrustedWorkspaces
2 parents 2b300cc + c99f67c commit ea20d08

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
@@ -29,7 +29,10 @@
2929
"dotnet"
3030
],
3131
"capabilities": {
32-
"virtualWorkspaces": false
32+
"virtualWorkspaces": false,
33+
"untrustedWorkspaces": {
34+
"supported": false
35+
}
3336
},
3437
"defaults": {
3538
"omniSharp": "1.37.8",

0 commit comments

Comments
 (0)