We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42988a9 + 5e77b92 commit 210a7c3Copy full SHA for 210a7c3
src/omnisharpPath.ts
@@ -10,8 +10,8 @@ import * as path from 'path';
10
import * as vscode from 'vscode';
11
12
const runFileName = process.platform === 'win32' ? 'run.cmd' : 'run';
13
-const omnisharpFileName = process.platform === 'win32' ? 'omnisharp.cmd' : 'omnisharp';
14
-const omnisharpExeFileName = process.platform === 'win32' ? 'omnisharp.exe' : 'omnisharp';
+const omnisharpFileName = process.platform === 'win32' ? 'OmniSharp.cmd' : 'OmniSharp';
+const omnisharpExeFileName = process.platform === 'win32' ? 'OmniSharp.exe' : 'OmniSharp';
15
16
function getLaunchFilePath(filePathOrFolder: string): Promise<string> {
17
return fs.lstatAsync(filePathOrFolder).then(stats => {
0 commit comments