Skip to content

Commit 9ef8210

Browse files
Rebase against the upstream 2ffdbd3
vscode-upstream-sha1: 2ffdbd3
2 parents 2713d1f + 2ffdbd3 commit 9ef8210

788 files changed

Lines changed: 53078 additions & 66239 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

code/.devcontainer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Next: **[Try it out!](#try-it)**
5656

5757
You may see improved VNC responsiveness when accessing a codespace from VS Code client since you can use a [VNC Viewer][def]. Here's how to do it.
5858

59-
1. Install [Visual Studio Code Stable](https://code.visualstudio.com/) or [Insiders](https://code.visualstudio.com/insiders/) and the the [GitHub Codespaces extension](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces).
59+
1. Install [Visual Studio Code Stable](https://code.visualstudio.com/) or [Insiders](https://code.visualstudio.com/insiders/) and the [GitHub Codespaces extension](https://marketplace.visualstudio.com/items?itemName=GitHub.codespaces).
6060

6161
> **Note:** The GitHub Codespaces extension requires the Visual Studio Code distribution of Code - OSS.
6262

code/.eslint-ignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
**/extensions/markdown-math/notebook-out/**
1313
**/extensions/notebook-renderers/renderer-out/index.js
1414
**/extensions/simple-browser/media/index.js
15-
**/extensions/terminal-suggest/src/completions/**
15+
**/extensions/terminal-suggest/src/completions/upstream/**
16+
**/extensions/terminal-suggest/third_party/**
1617
**/extensions/typescript-language-features/test-workspace/**
1718
**/extensions/typescript-language-features/extension.webpack.config.js
1819
**/extensions/typescript-language-features/extension-browser.webpack.config.js

code/.eslint-plugin-local/vscode-dts-region-comments.ts

Lines changed: 0 additions & 40 deletions
This file was deleted.

code/.github/classifier.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@
199199
"sash-widget": {"assign": ["joaomoreno"]},
200200
"scm": {"assign": ["lszomoru"]},
201201
"screencast-mode": {"assign": ["joaomoreno"]},
202-
"search": {"assign": ["roblourens"]},
203-
"search-api": {"assign": ["roblourens"]},
204-
"search-editor": {"assign": ["roblourens"]},
202+
"search": {"assign": ["osortega"]},
203+
"search-api": {"assign": ["osortega"]},
204+
"search-editor": {"assign": ["osortega"]},
205205
"search-replace": {"assign": ["sandy081"]},
206206
"semantic-tokens": {"assign": ["alexdima", "aeschli"]},
207207
"server": {"assign": ["alexdima"]},

code/.vscode/launch.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,6 @@
275275
"presentation": {
276276
"hidden": true,
277277
},
278-
// This is read by the vscode-diagnostic-tools extension
279-
"vscode-diagnostic-tools.debuggerScripts": [
280-
"${workspaceFolder}/scripts/hot-reload-injected-script.js"
281-
]
282278
},
283279
{
284280
"type": "node",

code/.vscode/notebooks/api.github-issues

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"kind": 2,
99
"language": "github-issues",
10-
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"January 2025\""
10+
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"February 2025\""
1111
},
1212
{
1313
"kind": 1,

code/.vscode/notebooks/endgame.github-issues

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
{
113113
"kind": 2,
114114
"language": "github-issues",
115-
"value": "$REPOS $MILESTONE is:issue is:closed reason:completed sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:z-author-verified -label:unreleased -label:*not-reproducible"
115+
"value": "$REPOS $MILESTONE is:issue is:closed reason:completed sort:updated-asc label:bug -label:verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:z-author-verified -label:unreleased -label:*not-reproducible -label:*out-of-scope"
116116
},
117117
{
118118
"kind": 1,

code/build/azure-pipelines/alpine/cli-build-alpine.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ steps:
1919
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
2020

2121
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }}:
22+
- template: ../cli/cli-apply-patches.yml@self
23+
2224
- script: |
2325
set -e
2426
npm ci
2527
workingDirectory: build
26-
displayName: Install pipeline build
27-
28-
- template: ../cli/cli-apply-patches.yml@self
28+
env:
29+
GITHUB_TOKEN: "$(github-distro-mixin-password)"
30+
displayName: Install build dependencies
2931
3032
- task: Npm@1
3133
displayName: Download openssl prebuilt

code/build/azure-pipelines/darwin/product-build-darwin-cli-sign.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ parameters:
33
type: boolean
44
- name: VSCODE_BUILD_MACOS_ARM64
55
type: boolean
6+
- name: VSCODE_QUALITY
7+
type: string
68

79
steps:
810
- task: NodeTool@0
@@ -11,6 +13,14 @@ steps:
1113
versionFilePath: .nvmrc
1214
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
1315

16+
- ${{ if ne(parameters.VSCODE_QUALITY, 'oss') }}:
17+
- task: AzureKeyVault@2
18+
displayName: "Azure Key Vault: Get Secrets"
19+
inputs:
20+
azureSubscription: vscode
21+
KeyVaultName: vscode-build-secrets
22+
SecretsFilter: "github-distro-mixin-password"
23+
1424
- script: node build/setup-npm-registry.js $NPM_REGISTRY build
1525
condition: and(succeeded(), ne(variables['NPM_REGISTRY'], 'none'))
1626
displayName: Setup NPM Registry
@@ -43,6 +53,8 @@ steps:
4353
echo "Npm install failed $i, trying again..."
4454
done
4555
workingDirectory: build
56+
env:
57+
GITHUB_TOKEN: "$(github-distro-mixin-password)"
4658
displayName: Install build dependencies
4759
4860
- template: ../cli/cli-darwin-sign.yml@self

code/build/azure-pipelines/darwin/product-build-darwin-universal.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ steps:
4646
echo "Npm install failed $i, trying again..."
4747
done
4848
workingDirectory: build
49+
env:
50+
GITHUB_TOKEN: "$(github-distro-mixin-password)"
4951
displayName: Install build dependencies
5052
5153
- download: current

0 commit comments

Comments
 (0)