Skip to content

Commit 3514b10

Browse files
authored
Merge branch 'main' into java-ai-libraries
2 parents e89e29b + 70071d2 commit 3514b10

File tree

1,092 files changed

+37004
-19219
lines changed

Some content is hidden

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

1,092 files changed

+37004
-19219
lines changed

.eslintignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,15 @@
3030
**/src/vs/*/**/*.d.ts
3131
**/src/vs/base/test/common/filters.perf.data.js
3232
**/src/vs/loader.js
33+
**/src2/**/dompurify.js
34+
**/src2/**/marked.js
35+
**/src2/**/semver.js
36+
**/src2/typings/**/*.d.ts
37+
**/src2/vs/*/**/*.d.ts
38+
**/src2/vs/base/test/common/filters.perf.data.js
39+
**/src2/vs/loader.js
3340
**/test/unit/assert.js
41+
**/test/unit/assert-esm.js
3442
**/test/automation/out/**
3543
**/typings/**
3644
!.vscode

.eslintrc.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,8 @@
755755
"vs/base/~",
756756
"vs/base/parts/*/~",
757757
"vs/platform/*/~",
758-
"vs/editor/~"
758+
"vs/editor/~",
759+
"@vscode/tree-sitter-wasm" // node module allowed even in /common/
759760
]
760761
},
761762
{
@@ -1024,15 +1025,15 @@
10241025
]
10251026
},
10261027
{
1027-
"target": "src/vs/{loader.d.ts,css.ts,css.build.ts,monaco.d.ts,nls.ts}",
1028+
"target": "src/vs/{loader.d.ts,css.ts,css.build.ts,monaco.d.ts,nls.messages.ts,nls.ts}",
10281029
"restrictions": []
10291030
},
10301031
{
10311032
"target": "src/vscode-dts/**",
10321033
"restrictions": []
10331034
},
10341035
{
1035-
"target": "src/{bootstrap-amd.js,bootstrap-fork.js,bootstrap-node.js,bootstrap-window.js,bootstrap.js,cli.js,main.js,server-cli.js,server-main.js}",
1036+
"target": "src/{bootstrap-amd.js,bootstrap-fork.js,bootstrap-node.js,bootstrap-window.js,cli.js,main.js,server-cli.js,server-main.js,bootstrap-cli.js,bootstrap-server.js}",
10361037
"restrictions": []
10371038
}
10381039
]

.github/commands.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,37 @@
156156
"addLabel": "confirmation-pending",
157157
"removeLabel": "confirmed"
158158
},
159+
{
160+
"type": "comment",
161+
"name": "needsMoreInfo",
162+
"allowUsers": [
163+
"cleidigh",
164+
"usernamehw",
165+
"gjsjohnmurray",
166+
"IllusionMH"
167+
],
168+
"action": "updateLabels",
169+
"addLabel": "~info-needed"
170+
},
171+
{
172+
"type": "comment",
173+
"name": "needsPerfInfo",
174+
"allowUsers": [
175+
"cleidigh",
176+
"usernamehw",
177+
"gjsjohnmurray",
178+
"IllusionMH"
179+
],
180+
"addLabel": "info-needed",
181+
"comment": "Thanks for creating this issue regarding performance! Please follow this guide to help us diagnose performance issues: https://github.com/microsoft/vscode/wiki/Performance-Issues \n\nHappy Coding!"
182+
},
183+
{
184+
"type": "comment",
185+
"name": "jsDebugLogs",
186+
"action": "updateLabels",
187+
"addLabel": "info-needed",
188+
"comment": "Please collect trace logs using the following instructions:\n\n> If you're able to, add `\"trace\": true` to your `launch.json` and reproduce the issue. The location of the log file on your disk will be written to the Debug Console. Share that with us.\n>\n> ⚠️ This log file will not contain source code, but will contain file paths. You can drop it into https://microsoft.github.io/vscode-pwa-analyzer/index.html to see what it contains. If you'd rather not share the log publicly, you can email it to [email protected]"
189+
},
159190
{
160191
"type": "comment",
161192
"name": "closedWith",
@@ -427,6 +458,32 @@
427458
"addLabel": "*caused-by-extension",
428459
"comment": "It looks like this is caused by the Copilot extension. Please file the issue in the [Copilot Discussion Forum](https://github.com/community/community/discussions/categories/copilot). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting guidelines](https://aka.ms/vscodeissuereporting) for more information.\n\nHappy Coding!"
429460
},
461+
{
462+
"type": "comment",
463+
"name": "gifPlease",
464+
"allowUsers": [
465+
"cleidigh",
466+
"usernamehw",
467+
"gjsjohnmurray",
468+
"IllusionMH"
469+
],
470+
"action": "comment",
471+
"addLabel": "info-needed",
472+
"comment": "Thanks for reporting this issue! Unfortunately, it's hard for us to understand what issue you're seeing. Please help us out by providing a screen recording showing exactly what isn't working as expected. While we can work with most standard formats, `.gif` files are preferred as they are displayed inline on GitHub. You may find https://gifcap.dev helpful as a browser-based gif recording tool.\n\nIf the issue depends on keyboard input, you can help us by enabling screencast mode for the recording (`Developer: Toggle Screencast Mode` in the command palette). Lastly, please attach this file via the GitHub web interface as emailed responses will strip files out from the issue.\n\nHappy coding!"
473+
},
474+
{
475+
"type": "comment",
476+
"name": "confirmPlease",
477+
"allowUsers": [
478+
"cleidigh",
479+
"usernamehw",
480+
"gjsjohnmurray",
481+
"IllusionMH"
482+
],
483+
"action": "comment",
484+
"addLabel": "info-needed",
485+
"comment": "Please diagnose the root cause of the issue by running the command `F1 > Help: Troubleshoot Issue` and following the instructions. Once you have done that, please update the issue with the results.\n\nHappy Coding!"
486+
},
430487
{
431488
"__comment__": "Allows folks on the team to label issues by commenting: `\\label My-Label` ",
432489
"type": "comment",
@@ -457,5 +514,29 @@
457514
"addLabel": "verification-steps-needed",
458515
"removeLabel": "~verification-steps-needed",
459516
"comment": "Friendly ping! Looks like this issue requires some further steps to be verified. Please provide us with the steps necessary to verify this issue."
517+
},
518+
{
519+
"type": "label",
520+
"name": "~info-needed",
521+
"action": "updateLabels",
522+
"addLabel": "info-needed",
523+
"removeLabel": "~info-needed",
524+
"comment": "Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our [issue reporting guidelines](https://aka.ms/vscodeissuereporting). Please take the time to review these and update the issue.\n\nHappy Coding!"
525+
},
526+
{
527+
"type": "label",
528+
"name": "~version-info-needed",
529+
"action": "updateLabels",
530+
"addLabel": "info-needed",
531+
"removeLabel": "~version-info-needed",
532+
"comment": "Thanks for creating this issue! We figured it's missing some basic information, such as a version number, or in some other way doesn't follow our [issue reporting guidelines](https://aka.ms/vscodeissuereporting). Please take the time to review these and update the issue.\n\nHappy Coding!"
533+
},
534+
{
535+
"type": "label",
536+
"name": "~confirmation-needed",
537+
"action": "updateLabels",
538+
"addLabel": "info-needed",
539+
"removeLabel": "~confirmation-needed",
540+
"comment": "Please diagnose the root cause of the issue by running the command `F1 > Help: Troubleshoot Issue` and following the instructions. Once you have done that, please update the issue with the results.\n\nHappy Coding!"
460541
}
461542
]

.github/workflows/author-verified.yml

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

.github/workflows/bad-tag.yml

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

.github/workflows/deep-classifier-assign-monitor.yml

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

.github/workflows/deep-classifier-unassign-monitor.yml

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

.github/workflows/english-please.yml

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

.github/workflows/feature-request.yml

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

.github/workflows/on-comment.yml

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

0 commit comments

Comments
 (0)