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
Copy file name to clipboardExpand all lines: vscode-testextension/src/extension.ts
+25-29Lines changed: 25 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -25,42 +25,38 @@ export function activate(context: ExtensionContext) {
25
25
// The server is implemented in node
26
26
letserverExe="dotnet";
27
27
28
-
// let serverExe = 'D:\\Development\\Omnisharp\\csharp-language-server-protocol\\sample\\SampleServer\\bin\\Debug\\netcoreapp2.0\\win7-x64\\SampleServer.exe';
28
+
// let serverExe = "D:\\Development\\Omnisharp\\csharp-language-server-protocol\\sample\\SampleServer\\bin\\Debug\\netcoreapp2.0\\win7-x64\\SampleServer.exe";
29
29
// let serverExe = "D:/Development/Omnisharp/omnisharp-roslyn/artifacts/publish/OmniSharp.Stdio.Driver/win7-x64/OmniSharp.exe";
30
30
// The debug options for the server
31
31
// let debugOptions = { execArgv: ['-lsp', '-d' };5
32
32
33
33
// If the extension is launched in debug mode then the debug server options are used
0 commit comments