Skip to content

Commit d392b28

Browse files
authored
Merge branch 'main' into hediet/bp2-usage-telemetry
2 parents 58dd733 + d2a8be7 commit d392b28

File tree

450 files changed

+10118
-6237
lines changed

Some content is hidden

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

450 files changed

+10118
-6237
lines changed

.github/commands.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"IllusionMH"
155155
],
156156
"action": "updateLabels",
157-
"addLabel": "~needs more info"
157+
"addLabel": "~info-needed"
158158
},
159159
{
160160
"type": "comment",
@@ -165,14 +165,14 @@
165165
"gjsjohnmurray",
166166
"IllusionMH"
167167
],
168-
"addLabel": "needs more info",
168+
"addLabel": "info-needed",
169169
"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!"
170170
},
171171
{
172172
"type": "comment",
173173
"name": "jsDebugLogs",
174174
"action": "updateLabels",
175-
"addLabel": "needs more info",
175+
"addLabel": "info-needed",
176176
"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]"
177177
},
178178
{
@@ -189,17 +189,17 @@
189189
},
190190
{
191191
"type": "label",
192-
"name": "~needs more info",
192+
"name": "~info-needed",
193193
"action": "updateLabels",
194-
"addLabel": "needs more info",
195-
"removeLabel": "~needs more info",
194+
"addLabel": "info-needed",
195+
"removeLabel": "~info-needed",
196196
"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!"
197197
},
198198
{
199199
"type": "label",
200200
"name": "~needs version info",
201201
"action": "updateLabels",
202-
"addLabel": "needs more info",
202+
"addLabel": "info-needed",
203203
"removeLabel": "~needs version info",
204204
"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!"
205205
},
@@ -416,7 +416,7 @@
416416
"IllusionMH"
417417
],
418418
"action": "comment",
419-
"addLabel": "needs more info",
419+
"addLabel": "info-needed",
420420
"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).\n\nHappy coding!"
421421
},
422422
{

.github/pull_request_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
* Ensure that the code is up-to-date with the `main` branch.
66
* Include a description of the proposed changes and how to test them.
77
-->
8-
9-
This PR fixes #

.github/workflows/deep-classifier-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: ./actions/classifier-deep/apply/apply-labels
4747
with:
4848
configPath: classifier
49-
allowLabels: "needs more info|new release|error-telemetry|*english-please|translation-required"
49+
allowLabels: "info-needed|new release|error-telemetry|*english-please|translation-required"
5050
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
5151
manifestDbConnectionString: ${{secrets.MANIFEST_DB_CONNECTION_STRING}}
5252
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}

.github/workflows/english-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
2525
cognitiveServicesAPIKey: ${{secrets.AZURE_TEXT_TRANSLATOR_KEY}}
2626
nonEnglishLabel: "*english-please"
27-
needsMoreInfoLabel: "needs more info"
27+
needsMoreInfoLabel: "info-needed"
2828
translatorRequestedLabelPrefix: "translation-required-"
2929
translatorRequestedLabelColor: "c29cff"

.github/workflows/needs-more-info-closer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Needs More Info Closer
1+
name: info-needed Closer
22
on:
33
schedule:
44
- cron: 20 11 * * * # 4:20am Redmond
@@ -17,12 +17,12 @@ jobs:
1717
ref: stable
1818
- name: Install Actions
1919
run: npm install --production --prefix ./actions
20-
- name: Run Needs More Info Closer
20+
- name: Run info-needed Closer
2121
uses: ./actions/needs-more-info-closer
2222
with:
2323
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
2424
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
25-
label: needs more info
25+
label: info-needed
2626
closeDays: 7
2727
additionalTeam: "cleidigh|usernamehw|gjsjohnmurray|IllusionMH"
2828
closeComment: "This issue has been closed automatically because it needs more information and has not had recent activity. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines.\n\nHappy Coding!"

.github/workflows/on-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ jobs:
8585
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
8686
cognitiveServicesAPIKey: ${{secrets.AZURE_TEXT_TRANSLATOR_KEY}}
8787
nonEnglishLabel: "*english-please"
88-
needsMoreInfoLabel: "needs more info"
88+
needsMoreInfoLabel: "info-needed"
8989
translatorRequestedLabelPrefix: "translation-required-"
9090
translatorRequestedLabelColor: "c29cff"

.github/workflows/on-open.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
6060
cognitiveServicesAPIKey: ${{secrets.AZURE_TEXT_TRANSLATOR_KEY}}
6161
nonEnglishLabel: "*english-please"
62-
needsMoreInfoLabel: "needs more info"
62+
needsMoreInfoLabel: "info-needed"
6363
translatorRequestedLabelPrefix: "translation-required-"
6464
translatorRequestedLabelColor: "c29cff"

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.14

.vscode/notebooks/inbox.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": "$inbox -label:\"needs more info\" sort:created-desc"
10+
"value": "$inbox -label:\"info-needed\" sort:created-desc"
1111
},
1212
{
1313
"kind": 2,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
{
148148
"kind": 2,
149149
"language": "github-issues",
150-
"value": "$REPOS $MILESTONE -$MINE is:issue is:closed author:@me sort:updated-asc label:bug -label:unreleased -label:verified -label:z-author-verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:needs-triage -label:verification-found"
150+
"value": "$REPOS $MILESTONE -$MINE is:issue is:closed author:@me sort:updated-asc label:bug -label:unreleased -label:verified -label:z-author-verified -label:on-testplan -label:*duplicate -label:duplicate -label:invalid -label:*as-designed -label:error-telemetry -label:verification-steps-needed -label:triage-needed -label:verification-found"
151151
},
152152
{
153153
"kind": 1,

0 commit comments

Comments
 (0)