feat(1.82): update patch and api [skip ci]
This commit is contained in:
parent
4314fdae01
commit
5600db3e57
2 changed files with 12 additions and 10 deletions
|
@ -15,16 +15,16 @@ index 0d7d3c5..90f75cc 100644
|
|||
+ const buildRpmTask = task.define(`vscode-linux-${arch}-build-rpm`, task.series(prepareRpmTask, buildRpmPackage(arch)));
|
||||
gulp.task(buildRpmTask);
|
||||
diff --git a/build/linux/dependencies-generator.js b/build/linux/dependencies-generator.js
|
||||
index 0ea6699..c4524de 100644
|
||||
index 381539d..0f26614 100644
|
||||
--- a/build/linux/dependencies-generator.js
|
||||
+++ b/build/linux/dependencies-generator.js
|
||||
@@ -22,3 +22,3 @@ const types_2 = require("./rpm/types");
|
||||
// are valid, are in dep-lists.ts
|
||||
-const FAIL_BUILD_FOR_NEW_DEPENDENCIES = true;
|
||||
+const FAIL_BUILD_FOR_NEW_DEPENDENCIES = false;
|
||||
// Based on https://source.chromium.org/chromium/chromium/src/+/refs/tags/108.0.5359.215:chrome/installer/linux/BUILD.gn;l=64-80
|
||||
// Based on https://source.chromium.org/chromium/chromium/src/+/refs/tags/114.0.5735.199:chrome/installer/linux/BUILD.gn;l=64-80
|
||||
diff --git a/build/linux/dependencies-generator.ts b/build/linux/dependencies-generator.ts
|
||||
index c0d8112..3bb0366 100644
|
||||
index 5c4b9d2..a2c629a 100644
|
||||
--- a/build/linux/dependencies-generator.ts
|
||||
+++ b/build/linux/dependencies-generator.ts
|
||||
@@ -23,3 +23,3 @@ import { isRpmArchString, RpmArchString } from './rpm/types';
|
||||
|
|
16
product.json
16
product.json
|
@ -48,7 +48,8 @@
|
|||
],
|
||||
"extensionEnabledApiProposals": {
|
||||
"ms-vscode.vscode-selfhost-test-provider": [
|
||||
"testObserver"
|
||||
"testObserver",
|
||||
"testMessageContextValue"
|
||||
],
|
||||
"VisualStudioExptTeam.vscodeintellicode-completions": [
|
||||
"inlineCompletionsAdditions"
|
||||
|
@ -84,9 +85,7 @@
|
|||
"envShellEvent",
|
||||
"quickPickItemTooltip",
|
||||
"terminalDataWriteEvent",
|
||||
"envCollectionWorkspace",
|
||||
"saveEditor",
|
||||
"envCollectionOptions"
|
||||
"saveEditor"
|
||||
],
|
||||
"ms-dotnettools.dotnet-interactive-vscode": [
|
||||
"notebookMessaging",
|
||||
|
@ -146,7 +145,6 @@
|
|||
"ms-vscode.remote-server": [
|
||||
"resolvers",
|
||||
"tunnels",
|
||||
"tunnelFactory",
|
||||
"contribViewsWelcome"
|
||||
],
|
||||
"ms-vscode.remote-explorer": [
|
||||
|
@ -196,10 +194,14 @@
|
|||
"handleIssueUri",
|
||||
"interactive",
|
||||
"interactiveUserActions",
|
||||
"semanticSimilarity",
|
||||
"terminalContextMenu",
|
||||
"terminalDataWriteEvent",
|
||||
"terminalSelection",
|
||||
"terminalQuickFixProvider"
|
||||
"terminalQuickFixProvider",
|
||||
"chatSlashCommands",
|
||||
"readonlyMessage",
|
||||
"mappedEditsProvider",
|
||||
"aiRelatedInformation"
|
||||
],
|
||||
"GitHub.remotehub": [
|
||||
"contribRemoteHelp",
|
||||
|
|
Loading…
Reference in a new issue