Skip to content

Commit d53c704

Browse files
committed
Adopt VSCode 1.121.0 rebase
Replace working tree with the contents of the rebase/vscode-1.121.0 branch (f8ec907) while preserving the full develop history as ancestors. The rebase branch was built as an orphan from microsoft/vscode@main and contains a clean 1.121.0 base plus all Roopik trees (extensions/roopik, extensions/roopik-roo, src/vs/workbench/contrib/roopik, tools/roopik), branding, patches, eslint exceptions, app.ts ROOPIK injection sites, and CI workflow fixes (VSCODE_QUALITY=stable). Tree source: f8ec907 Old develop tip preserved as ancestor: 7b94b1c Original rebase landmark: rebase/vscode-1.121.0-promoted
1 parent 7b94b1c commit d53c704

6,700 files changed

Lines changed: 1650408 additions & 72481 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.

.agents/skills/launch/SKILL.md

Lines changed: 122 additions & 105 deletions
Large diffs are not rendered by default.

.config/1espt/PipelineAutobaseliningConfig.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2-
1+
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
2+
33
pipelines:
44
111:
55
retail:

.devcontainer/install-vscode.sh

100644100755
File mode changed.

.devcontainer/post-create.sh

100644100755
File mode changed.

.eslint-ignore

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,35 @@
11
**/build/*/**/*.js
2-
**/dist/**/*.js
2+
**/dist/**/*
33
**/extensions/**/*.d.ts
44
**/extensions/**/build/**
55
**/extensions/**/colorize-fixtures/**
6+
**/extensions/copilot/coverage/**
7+
**/extensions/copilot/.esbuild/**
8+
**/extensions/copilot/.simulation/**
9+
**/extensions/copilot/.eslintplugin/**
10+
**/extensions/copilot/chat-lib/**
11+
**/extensions/copilot/test/simulation/fixtures/**
12+
**/extensions/copilot/test/scenarios/**
13+
**/extensions/copilot/test/aml/out/**
14+
**/extensions/copilot/src/util/vs/**
15+
**/extensions/copilot/src/platform/parser/test/node/fixtures/**
16+
**/extensions/copilot/src/extension/test/node/fixtures/**
17+
**/extensions/copilot/src/extension/prompts/node/test/fixtures/**
18+
**/extensions/copilot/src/extension/typescriptContext/serverPlugin/fixtures/**
19+
**/extensions/copilot/src/extension/typescriptContext/serverPlugin/lib/**
20+
**/extensions/copilot/src/extension/typescriptContext/serverPlugin/dist/**
21+
**/extensions/copilot/src/extension/completions-core/**/testdata/*
22+
**/extensions/copilot/.vscode/extensions/test-extension/dist/**
623
**/extensions/css-language-features/server/test/pathCompletionFixtures/**
724
**/extensions/html-language-features/server/lib/jquery.d.ts
825
**/extensions/html-language-features/server/src/test/pathCompletionFixtures/**
926
**/extensions/ipynb/notebook-out/**
1027
**/extensions/markdown-language-features/media/**
1128
**/extensions/markdown-language-features/notebook-out/**
1229
**/extensions/markdown-math/notebook-out/**
13-
**/extensions/mermaid-chat-features/chat-webview-out/**
30+
**/extensions/mermaid-markdown-features/chat-webview-out/**
31+
**/extensions/mermaid-markdown-features/markdown-preview-out/**
32+
**/extensions/mermaid-markdown-features/notebook-out/**
1433
**/extensions/notebook-renderers/renderer-out/index.js
1534
**/extensions/roopik-roo/**
1635
**/extensions/simple-browser/media/index.js
@@ -36,4 +55,5 @@
3655
**/test/automation/out/**
3756
**/typings/**
3857
**/.build/**
58+
**/.vscode-test/**
3959
!.vscode

0 commit comments

Comments
 (0)