mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
@@ -104,7 +104,7 @@ export function reportDocumentStatus(server: OmnisharpServer): vscode.Disposable
|
|||||||
|
|
||||||
disposables.push(server.onServerStart(path => {
|
disposables.push(server.onServerStart(path => {
|
||||||
|
|
||||||
defaultStatus.text = '$(flame) Runnning';
|
defaultStatus.text = '$(flame) Running';
|
||||||
defaultStatus.command = 'o.pickProjectAndStart';
|
defaultStatus.command = 'o.pickProjectAndStart';
|
||||||
defaultStatus.color = '';
|
defaultStatus.color = '';
|
||||||
render();
|
render();
|
||||||
|
|||||||
Reference in New Issue
Block a user