We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7341643 commit 3983c59Copy full SHA for 3983c59
product.json
@@ -12,6 +12,16 @@
12
"serverApplicationName": "code-server-oss",
13
"serverDataFolderName": ".vscode-server-oss",
14
"tunnelApplicationName": "code-tunnel-oss",
15
+ "tunnelApplicationConfig": {
16
+ "authenticationProviders": {
17
+ "github": {
18
+ "scopes": [
19
+ "user:email",
20
+ "read:org"
21
+ ]
22
+ }
23
24
+ },
25
"win32DirName": "Microsoft Code OSS",
26
"win32NameVersion": "Microsoft Code OSS",
27
"win32RegValueName": "CodeOSS",
@@ -47,7 +57,7 @@
47
57
},
48
58
{
49
59
"name": "ms-vscode.js-debug",
50
- "version": "1.72.0",
60
+ "version": "1.72.1",
51
61
"repo": "https://github.com/microsoft/vscode-js-debug",
52
62
"metadata": {
53
63
"id": "25629058-ddac-4e17-abba-74678e126c5d",
0 commit comments