You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the workspace status bar when the server is stopped.
- Sets the workspace status item to the Warning state to display an indicator that there has been an issue.
- Provides easy access to restart the LSP server.
Copy file name to clipboardExpand all lines: l10n/bundle.l10n.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@
144
144
"Failed to run test: {0}": "Failed to run test: {0}",
145
145
"Failed to start debugger: {0}": "Failed to start debugger: {0}",
146
146
"Test run already in progress": "Test run already in progress",
147
+
"Server stopped": "Server stopped",
147
148
"Workspace projects": "Workspace projects",
148
149
"Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.": "Your workspace has multiple Visual Studio Solution files; please select one to get full IntelliSense.",
149
150
"Choose": "Choose",
@@ -159,8 +160,9 @@
159
160
"C# configuration has changed. Would you like to reload the window to apply your changes?": "C# configuration has changed. Would you like to reload the window to apply your changes?",
0 commit comments