Skip to content

Commit 3983c59

Browse files
committed
debug: bump js-debug
Fixes microsoft#164592
1 parent 7341643 commit 3983c59

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

product.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"serverApplicationName": "code-server-oss",
1313
"serverDataFolderName": ".vscode-server-oss",
1414
"tunnelApplicationName": "code-tunnel-oss",
15+
"tunnelApplicationConfig": {
16+
"authenticationProviders": {
17+
"github": {
18+
"scopes": [
19+
"user:email",
20+
"read:org"
21+
]
22+
}
23+
}
24+
},
1525
"win32DirName": "Microsoft Code OSS",
1626
"win32NameVersion": "Microsoft Code OSS",
1727
"win32RegValueName": "CodeOSS",
@@ -47,7 +57,7 @@
4757
},
4858
{
4959
"name": "ms-vscode.js-debug",
50-
"version": "1.72.0",
60+
"version": "1.72.1",
5161
"repo": "https://github.com/microsoft/vscode-js-debug",
5262
"metadata": {
5363
"id": "25629058-ddac-4e17-abba-74678e126c5d",

0 commit comments

Comments
 (0)