Skip to content

Commit 1c7c84e

Browse files
authored
Merge pull request #7731 from dibarbet/disable_restart_devkit
Disable server restart command with devkit
2 parents dbb87e5 + c809a50 commit 1c7c84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@
18981898
"command": "dotnet.restartServer",
18991899
"title": "%command.dotnet.restartServer%",
19001900
"category": ".NET",
1901-
"enablement": "dotnet.server.activationContext != 'OmniSharp'"
1901+
"enablement": "dotnet.server.activationContext == 'Roslyn'"
19021902
}
19031903
],
19041904
"keybindings": [

0 commit comments

Comments
 (0)