Skip to content

Commit f42181a

Browse files
authored
Set extensionKind to "workspace"
The C# extension requires access to the workspace files in order to run design-time builds.
1 parent 503d76a commit f42181a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"supported": false
3737
}
3838
},
39+
"extensionKind": [
40+
"workspace"
41+
],
3942
"defaults": {
4043
"roslyn": "5.0.0-1.25204.1",
4144
"omniSharp": "1.39.12",

0 commit comments

Comments
 (0)