Skip to content

Commit

Permalink
Fixed Runnning typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Nov 18, 2015
1 parent 497788c commit ca8eea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/csharp-o/src/features/omnisharpStatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function reportDocumentStatus(server: OmnisharpServer): vscode.Disposable

disposables.push(server.onServerStart(path => {

defaultStatus.text = '$(flame) Runnning';
defaultStatus.text = '$(flame) Running';
defaultStatus.command = 'o.pickProjectAndStart';
defaultStatus.color = '';
render();
Expand Down

1 comment on commit ca8eea6

@PeatGerman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good job

Please sign in to comment.