Skip to content

Commit 0e23119

Browse files
committed
Update product.json
1 parent 29b2f95 commit 0e23119

File tree

1 file changed

+177
-30
lines changed

1 file changed

+177
-30
lines changed

product.json

+177-30
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,81 @@
2828
"reportIssueUrl": "https://github.com/gitpod-io/gitpod/issues/new",
2929
"urlProtocol": "openvscode-server",
3030
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/93a2a2fa12dd3ae0629eec01c05a28cb60ac1c4b/out/vs/workbench/contrib/webview/browser/pre/",
31-
"extensionAllowedProposedApi": [
32-
"GitHub.vscode-pull-request-github-insiders",
33-
"GitHub.vscode-pull-request-github",
34-
"ms-python.python",
35-
"ms-toolsai.jupyter",
36-
"ms-vscode.js-debug-nightly",
37-
"ms-vscode.js-debug",
38-
"ms-vscode.lsif-browser",
39-
"ms-vscode.vscode-js-profile-flame",
40-
"ms-vscode.vscode-js-profile-table",
41-
"ms-vscode.vscode-selfhost-test-provider",
42-
"dbaeumer.vscode-eslint",
43-
"genuitecllc.codetogether"
44-
],
31+
"extensionAllowedProposedApi": [],
32+
"extensionEnabledApiProposals": {
33+
"ms-vscode.js-debug": [
34+
"portsAttributes",
35+
"findTextInFiles",
36+
"workspaceTrust",
37+
"resolvers"
38+
],
39+
"ms-python.python": [
40+
"quickPickSortByLabel",
41+
"testObserver",
42+
"notebookEditor"
43+
],
44+
"ms-dotnettools.dotnet-interactive-vscode": [
45+
"notebookConcatTextDocument",
46+
"notebookContentProvider",
47+
"notebookCellExecutionState",
48+
"notebookControllerKind",
49+
"notebookDebugOptions",
50+
"notebookDeprecated",
51+
"notebookEditor",
52+
"notebookEditorDecorationType",
53+
"notebookEditorEdit",
54+
"notebookLiveShare",
55+
"notebookMessaging",
56+
"notebookMime",
57+
"textDocumentNotebook"
58+
],
59+
"ms-vscode.vscode-github-issue-notebooks": [
60+
"notebookEditor"
61+
],
62+
"tanhakabir.rest-book": [
63+
"notebookEditor"
64+
],
65+
"ms-vscode.js-debug-nightly": [
66+
"portsAttributes",
67+
"findTextInFiles",
68+
"workspaceTrust",
69+
"resolvers"
70+
],
71+
"ms-vscode.lsif-browser": [
72+
"documentFiltersExclusive"
73+
],
74+
"GitHub.vscode-pull-request-github": [
75+
"tokenInformation"
76+
],
77+
"ms-python.gather": [
78+
"notebookEditor",
79+
"notebookCellExecutionState"
80+
],
81+
"ms-toolsai.jupyter": [
82+
"notebookConcatTextDocument",
83+
"notebookControllerKind",
84+
"notebookDebugOptions",
85+
"notebookDeprecated",
86+
"notebookEditor",
87+
"notebookEditorDecorationType",
88+
"notebookEditorEdit",
89+
"notebookMessaging",
90+
"notebookMime",
91+
"notebookCellExecutionState",
92+
"portsAttributes",
93+
"textDocumentNotebook",
94+
"quickPickSortByLabel"
95+
],
96+
"dbaeumer.vscode-eslint": [
97+
"tabs",
98+
"notebookEditor",
99+
"notebookCellExecutionState"
100+
]
101+
},
45102
"extensionTips": {
46-
"msjsdiag.debugger-for-chrome": "{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}",
103+
"ms-dotnettools.csharp": "{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json}",
47104
"firefox-devtools.vscode-firefox-debug": "{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}",
105+
"ms-edgedevtools.vscode-edge-devtools": "{**/*.ts,**/*.tsx,**/*.js,**/*.css,**/*.html}",
48106
"golang.Go": "**/*.go",
49107
"ms-vscode.PowerShell": "{**/*.ps1,**/*.psd1,**/*.psm1,**/*.ps.config,**/*.ps1.config}",
50108
"austin.code-gnu-global": "{**/*.c,**/*.cpp,**/*.h}",
@@ -53,8 +111,7 @@
53111
"dbaeumer.jshint": "{**/*.js,**/*.jsx,**/*.es6,**/.babelrc,**/jsconfig.json,**/.jshintrc,**/.jshintignore}",
54112
"ms-vscode.vscode-typescript-tslint-plugin": "{**/tslint.json}",
55113
"bmewburn.vscode-intelephense-client": "{**/*.php,**/php.ini}",
56-
"felixfbecker.php-intellisense": "{**/*.php,**/php.ini}",
57-
"felixfbecker.php-debug": "{**/*.php,**/php.ini}",
114+
"xdebug.php-debug": "{**/*.php,**/php.ini}",
58115
"ikappas.phpcs": "{**/*.php,**/php.ini}",
59116
"rust-lang.rust": "{**/*.rs,**/*.rslib}",
60117
"ms-vscode.cpptools-extension-pack": "{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}",
@@ -87,15 +144,23 @@
87144
"vsciot-vscode.vscode-arduino": "**/*.ino",
88145
"ms-kubernetes-tools.vscode-kubernetes-tools": "{**/Chart.yaml}",
89146
"GoogleCloudTools.cloudcode": "{**/skaffold.yaml}",
90-
"Oracle.oracledevtools": "{**/*.sql}"
147+
"Oracle.oracledevtools": "{**/*.sql}",
148+
"ms-vscode.vscode-github-issue-notebooks": "{**/*.github-issues}"
91149
},
92150
"extensionImportantTips": {
151+
"ms-dotnettools.csharp": {
152+
"name": "C#",
153+
"languages": [
154+
"csharp"
155+
],
156+
"pattern": "{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}"
157+
},
93158
"ms-python.python": {
94159
"name": "Python",
95160
"languages": [
96161
"python"
97162
],
98-
"pattern": "{**/*.py,**/*.ipynb}"
163+
"pattern": "{**/*.py}"
99164
},
100165
"ms-toolsai.jupyter": {
101166
"name": "Jupyter",
@@ -114,7 +179,10 @@
114179
"java"
115180
],
116181
"pattern": "{**/*.java}",
117-
"isExtensionPack": true
182+
"isExtensionPack": true,
183+
"whenNotInstalled": [
184+
"ASF.apache-netbeans-java"
185+
]
118186
},
119187
"ms-vscode.PowerShell": {
120188
"name": "PowerShell",
@@ -123,7 +191,7 @@
123191
],
124192
"pattern": "{**/*.ps1,**/*.psd1,**/*.psm1}"
125193
},
126-
"ms-vscode.cpptools": {
194+
"ms-vscode.cpptools-extension-pack": {
127195
"name": "C/C++",
128196
"languages": [
129197
"c",
@@ -160,6 +228,10 @@
160228
"svelte.svelte-vscode": {
161229
"name": "Svelte",
162230
"pattern": "{**/*.svelte}"
231+
},
232+
"ms-vscode.vscode-github-issue-notebooks": {
233+
"name": "GitHub Issue Notebooks",
234+
"pattern": "{**/*.github-issues}"
163235
}
164236
},
165237
"keymapExtensionTips": [
@@ -203,6 +275,49 @@
203275
"name": "GitLens"
204276
}
205277
}
278+
},
279+
"maven": {
280+
"configPath": "pom.xml",
281+
"configName": "Maven",
282+
"recommendations": {
283+
"vscjava.vscode-java-pack": {
284+
"name": "Java",
285+
"important": true,
286+
"isExtensionPack": true,
287+
"whenNotInstalled": [
288+
"ASF.apache-netbeans-java"
289+
]
290+
},
291+
"Pivotal.vscode-boot-dev-pack": {
292+
"name": "Spring Boot Extension Pack",
293+
"isExtensionPack": true
294+
}
295+
}
296+
},
297+
"gradle": {
298+
"configPath": "build.gradle",
299+
"configName": "Gradle",
300+
"recommendations": {
301+
"vscjava.vscode-java-pack": {
302+
"name": "Java",
303+
"important": true,
304+
"isExtensionPack": true,
305+
"whenNotInstalled": [
306+
"ASF.apache-netbeans-java"
307+
]
308+
}
309+
}
310+
},
311+
"github-pull-request": {
312+
"configPath": ".vscode/.github-pull-request.rec",
313+
"configName": "GitHub",
314+
"configScheme": "vscode-vfs",
315+
"recommendations": {
316+
"github.vscode-pull-request-github": {
317+
"name": "GitHub Pull Request",
318+
"important": true
319+
}
320+
}
206321
}
207322
},
208323
"extensionKeywords": {
@@ -516,17 +631,49 @@
516631
"^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/workflows\\/.*badge\\.svg"
517632
],
518633
"extensionKind": {
519-
"Shan.code-settings-sync": ["ui"],
520-
"shalldie.background": ["ui"],
521-
"CoenraadS.bracket-pair-colorizer": ["ui", "workspace"],
522-
"CoenraadS.bracket-pair-colorizer-2": ["ui"],
523-
"wayou.vscode-todo-highlight": ["ui", "workspace"],
524-
"aaron-bond.better-comments": ["ui", "workspace"],
525-
"vscodevim.vim": ["ui"],
526-
"tuttieee.emacs-mcx": ["ui"]
634+
"Shan.code-settings-sync": [
635+
"ui"
636+
],
637+
"shalldie.background": [
638+
"ui"
639+
],
640+
"techer.open-in-browser": [
641+
"ui"
642+
],
643+
"CoenraadS.bracket-pair-colorizer-2": [
644+
"ui"
645+
],
646+
"CoenraadS.bracket-pair-colorizer": [
647+
"ui",
648+
"workspace"
649+
],
650+
"hiro-sun.vscode-emacs": [
651+
"ui",
652+
"workspace"
653+
],
654+
"hnw.vscode-auto-open-markdown-preview": [
655+
"ui",
656+
"workspace"
657+
],
658+
"wayou.vscode-todo-highlight": [
659+
"ui",
660+
"workspace"
661+
],
662+
"aaron-bond.better-comments": [
663+
"ui",
664+
"workspace"
665+
],
666+
"vscodevim.vim": [
667+
"ui"
668+
],
669+
"ollyhayes.colmak-vim": [
670+
"ui"
671+
]
527672
},
528673
"extensionPointExtensionKind": {
529-
"typescriptServerPlugins": ["workspace"]
674+
"typescriptServerPlugins": [
675+
"workspace"
676+
]
530677
},
531678
"builtInExtensions": [
532679
{

0 commit comments

Comments
 (0)