Skip to content

Commit 5817b52

Browse files
authored
Merge branch 'master' into dev/noecald/updateRichNavDependency
2 parents d1e6459 + 450c37e commit 5817b52

523 files changed

Lines changed: 15177 additions & 11600 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.

.eslintrc.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,20 @@
653653
"**/vs/workbench/services/**/{common,browser}/**"
654654
]
655655
},
656+
{
657+
"target": "**/vs/workbench/contrib/notebook/common/**",
658+
"restrictions": [
659+
"vs/nls",
660+
"vs/css!./**/*",
661+
"**/vs/base/**/{common,worker}/**",
662+
"**/vs/platform/**/common/**",
663+
"**/vs/editor/**",
664+
"**/vs/workbench/common/**",
665+
"**/vs/workbench/api/common/**",
666+
"**/vs/workbench/services/**/common/**",
667+
"**/vs/workbench/contrib/**/common/**"
668+
]
669+
},
656670
{
657671
"target": "**/vs/workbench/contrib/**/common/**",
658672
"restrictions": [

.github/classifier.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"snippets": {"assign": ["jrieken"]},
135135
"splitview": {"assign": ["joaomoreno"]},
136136
"suggest": {"assign": ["jrieken"]},
137-
"tasks": {"assign": ["alexr00"]},
137+
"tasks": {"assign": ["alexr00"], "accuracy": 0.85},
138138
"telemetry": {"assign": []},
139139
"themes": {"assign": ["aeschli"]},
140140
"timeline": {"assign": ["eamodio"]},

.github/workflows/author-verified.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818
with:
1919
repository: 'microsoft/vscode-github-triage-actions'
20-
ref: v33
20+
ref: v34
2121
path: ./actions
2222
- name: Install Actions
2323
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'author-verification-requested')

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
repository: 'microsoft/vscode-github-triage-actions'
1515
path: ./actions
16-
ref: v33
16+
ref: v34
1717
- name: Install Actions
1818
run: npm install --production --prefix ./actions
1919
- name: Run Commands

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'microsoft/vscode-github-triage-actions'
14-
ref: v33
14+
ref: v34
1515
path: ./actions
1616
- name: Install Actions
1717
run: npm install --production --prefix ./actions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
16-
ref: v33
16+
ref: v34
1717
path: ./actions
1818
- name: Install Actions
1919
run: npm install --production --prefix ./actions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212
with:
1313
repository: 'microsoft/vscode-github-triage-actions'
14-
ref: v33
14+
ref: v34
1515
path: ./actions
1616
- name: Install Actions
1717
run: npm install --production --prefix ./actions

.github/workflows/english-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v2
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
16-
ref: v33
16+
ref: v34
1717
path: ./actions
1818
- name: Install Actions
1919
if: contains(github.event.issue.labels.*.name, '*english-please')

.github/workflows/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
repository: 'microsoft/vscode-github-triage-actions'
2020
path: ./actions
21-
ref: v33
21+
ref: v34
2222
- name: Install Actions
2323
if: github.event_name != 'issues' || contains(github.event.issue.labels.*.name, 'feature-request')
2424
run: npm install --production --prefix ./actions

.github/workflows/latest-release-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
repository: 'microsoft/vscode-github-triage-actions'
1616
path: ./actions
17-
ref: v33
17+
ref: v34
1818
- name: Install Actions
1919
run: npm install --production --prefix ./actions
2020
- name: Install Storage Module

0 commit comments

Comments
 (0)