debug: bump js-debug

Fixes #164592
pull/165737/head
Connor Peet 2022-11-07 10:50:10 -08:00
parent 73416439d9
commit 3983c597b3
No known key found for this signature in database
GPG Key ID: CF8FD2EA0DBC61BD
1 changed files with 11 additions and 1 deletions

View File

@ -12,6 +12,16 @@
"serverApplicationName": "code-server-oss",
"serverDataFolderName": ".vscode-server-oss",
"tunnelApplicationName": "code-tunnel-oss",
"tunnelApplicationConfig": {
"authenticationProviders": {
"github": {
"scopes": [
"user:email",
"read:org"
]
}
}
},
"win32DirName": "Microsoft Code OSS",
"win32NameVersion": "Microsoft Code OSS",
"win32RegValueName": "CodeOSS",
@ -47,7 +57,7 @@
},
{
"name": "ms-vscode.js-debug",
"version": "1.72.0",
"version": "1.72.1",
"repo": "https://github.com/microsoft/vscode-js-debug",
"metadata": {
"id": "25629058-ddac-4e17-abba-74678e126c5d",