-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
196 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"tag": "1.93.0", | ||
"commit": "5b066ec2e30cf46bc636d6d27af5404713f6b0f8" | ||
"tag": "1.95.0", | ||
"commit": "a016ec9b66ffdd3ff0f831768b8e75be008a54e4" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
diff --git a/src/main.js b/src/main.js | ||
index 19dde20..d9611f2 100644 | ||
--- a/src/main.js | ||
+++ b/src/main.js | ||
@@ -409,6 +409,8 @@ function configureCrashReporter() { | ||
argv.splice(endOfArgsMarkerIndex, 0, '--crash-reporter-id', crashReporterId); | ||
} | ||
} | ||
+ } else { | ||
+ return; | ||
diff --git a/src/main.ts b/src/main.ts | ||
index 62ddd5f..a6fc3c5 100644 | ||
--- a/src/main.ts | ||
+++ b/src/main.ts | ||
@@ -461,2 +461,5 @@ function configureCrashReporter(): void { | ||
} | ||
+ else { | ||
+ return; | ||
+ } | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js | ||
index e38c2cb..e00627c 100644 | ||
--- a/build/npm/postinstall.js | ||
+++ b/build/npm/postinstall.js | ||
@@ -134,2 +134,3 @@ for (let dir of dirs) { | ||
setNpmrcConfig('remote', opts.env); | ||
+ continue; | ||
} | ||
diff --git a/build/npm/dirs.js b/build/npm/dirs.js | ||
index b9645e6..22f3450 100644 | ||
--- a/build/npm/dirs.js | ||
+++ b/build/npm/dirs.js | ||
@@ -47,4 +47,2 @@ const dirs = [ | ||
'extensions/vscode-test-resolver', | ||
- 'remote', | ||
- 'remote/web', | ||
'test/automation', | ||
@@ -59,4 +57,2 @@ if (fs.existsSync(`${__dirname}/../../.build/distro/npm`)) { | ||
dirs.push('.build/distro/npm'); | ||
- dirs.push('.build/distro/npm/remote'); | ||
- dirs.push('.build/distro/npm/remote/web'); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.