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
Result:
[INFO] Starting OmniSharp at '/home/greggm/clicon'...
[ERROR] Error: Could not fnd launch file in /home/greggm/.vscode-alpha/extensions/ms-vscode.csharp-1.0.0-rc2/.omnisharp. Expected 'run', 'omnisharp', 'omnisharp'
Expected:
Omnisharp starts
This is from:
omnisharp-vscode\src\omnisharpPath.ts(14):const omnisharpExeFileName = process.platform === 'win32' ? 'omnisharp.exe' : 'omnisharp';
omnisharp-vscode\src\omnisharpPath.ts(41): throw new Error(`Could not fnd launch file in ${filePathOrFolder}. Expected '${runFileName}', '${omnisharpFileName}', '${omnisharpExeFileName}'`);
The issue is that the file casing is wrong.
The text was updated successfully, but these errors were encountered:
@MattGertz -- because Linux has a case-sensitive file system, the C# extension fails to start the OmniSharp server. It works on Windows and OS X perfectly, but fails on Linux. Does this meet the bar for escrow?
Result:
[INFO] Starting OmniSharp at '/home/greggm/clicon'...
[ERROR] Error: Could not fnd launch file in /home/greggm/.vscode-alpha/extensions/ms-vscode.csharp-1.0.0-rc2/.omnisharp. Expected 'run', 'omnisharp', 'omnisharp'
Expected:
Omnisharp starts
This is from:
The issue is that the file casing is wrong.
The text was updated successfully, but these errors were encountered: