mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-23 15:34:20 +01:00
* sessions: stabilize architecture documentation Compact the Sessions specifications around durable contracts and add review gates so routine fixes stay in code and tests. Remove stale incident documentation and clarify ownership of the remaining artifacts.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * sessions: correct architecture contracts Align the compact specifications with the implemented storage scope, mobile part lifecycle, customization context, and session replacement events.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
30 lines
1.8 KiB
Plaintext
30 lines
1.8 KiB
Plaintext
# GitHub actions required reviewers
|
|
.github/workflows/monaco-editor.yml @hediet @alexdima @lszomoru
|
|
.github/workflows/pr-darwin-test.yml @lszomoru @alexdima @sandy081 @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr-linux-cli-test.yml @lszomoru @alexdima @sandy081 @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr-linux-test.yml @lszomoru @alexdima @sandy081 @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr-node-modules.yml @lszomoru @alexdima @sandy081 @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr-win32-test.yml @lszomoru @alexdima @sandy081 @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/pr.yml @lszomoru @alexdima @sandy081 @TylerLeonhardt @rzhao271 @Yoyokrazy
|
|
.github/workflows/telemetry.yml @lramos15 @lszomoru @alexdima
|
|
|
|
# VS Code API
|
|
# Ensure the API team is aware of changes to the vscode-dts file
|
|
# this is only about the final API, not about proposed API changes
|
|
src/vscode-dts/vscode.d.ts @TylerLeonhardt @alexr00
|
|
src/vs/workbench/services/extensions/common/extensionPoints.json @TylerLeonhardt @alexr00
|
|
|
|
# Allowlist for the `local/code-no-new-javascript-files` lint rule.
|
|
# Adding entries here lets a new .js/.cjs/.mjs file land in the repo;
|
|
# review is required to make sure TypeScript is not a better choice.
|
|
.eslint-allowed-javascript-files @alexr00 @alexdima @sbatten @TylerLeonhardt
|
|
|
|
# Agents Window architecture specifications and their routing policy.
|
|
# These files describe stable contracts and should not change for routine fixes.
|
|
/src/vs/sessions/*.md @sandy081
|
|
/src/vs/sessions/contrib/layout/browser/*.md @sandy081
|
|
/src/vs/sessions/contrib/providers/*/*.md @sandy081
|
|
/.github/instructions/sessions.instructions.md @sandy081
|
|
/.github/skills/sessions/SKILL.md @sandy081
|
|
/.github/skills/chat-customizations-editor/SKILL.md @sandy081
|