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.
1 parent 97fc317 commit 051b10cCopy full SHA for 051b10c
test/featureTests/OmnisharpDownloader.test.ts
@@ -22,7 +22,7 @@ suite("DownloadAndInstallExperimentalVersion : Gets the version packages, downlo
22
const eventStream = new EventStream();
23
const downloader = GetTestOmnisharpDownloader(eventStream, platformInfo);
24
const serverUrl = "https://roslynomnisharp.blob.core.windows.net";
25
- const installPath = ".omnisharp/experimental/";
+ const installPath = "somePath";
26
27
setup(() => {
28
tmpDir = tmp.dirSync();
0 commit comments