Skip to content

Commit 0871107

Browse files
committed
Update product.json
1 parent a883c21 commit 0871107

File tree

1 file changed

+48
-31
lines changed

1 file changed

+48
-31
lines changed

product.json

Lines changed: 48 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
"reportIssueUrl": "https://github.com/gitpod-io/gitpod/issues/new",
2929
"urlProtocol": "openvscode-server",
3030
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/181b43c0e2949e36ecb623d8cc6de29d4fa2bae8/out/vs/workbench/contrib/webview/browser/pre/",
31-
"extensionAllowedProposedApi": [],
3231
"extensionEnabledApiProposals": {
32+
"ms-vscode.vscode-selfhost-test-provider": [
33+
"testObserver"
34+
],
3335
"ms-vscode.js-debug": [
3436
"portsAttributes",
3537
"findTextInFiles",
@@ -42,7 +44,6 @@
4244
"notebookEditor"
4345
],
4446
"ms-dotnettools.dotnet-interactive-vscode": [
45-
"notebookConcatTextDocument",
4647
"notebookContentProvider",
4748
"notebookCellExecutionState",
4849
"notebookControllerKind",
@@ -56,9 +57,6 @@
5657
"notebookMime",
5758
"textDocumentNotebook"
5859
],
59-
"ms-vscode.vscode-github-issue-notebooks": [
60-
"notebookEditor"
61-
],
6260
"tanhakabir.rest-book": [
6361
"notebookEditor"
6462
],
@@ -72,14 +70,14 @@
7270
"documentFiltersExclusive"
7371
],
7472
"GitHub.vscode-pull-request-github": [
75-
"tokenInformation"
73+
"tokenInformation",
74+
"commentsResolvedState"
7675
],
7776
"ms-python.gather": [
7877
"notebookEditor",
7978
"notebookCellExecutionState"
8079
],
8180
"ms-toolsai.jupyter": [
82-
"notebookConcatTextDocument",
8381
"notebookControllerKind",
8482
"notebookDebugOptions",
8583
"notebookDeprecated",
@@ -90,13 +88,25 @@
9088
"notebookMime",
9189
"notebookCellExecutionState",
9290
"portsAttributes",
93-
"textDocumentNotebook",
9491
"quickPickSortByLabel"
9592
],
93+
"ms-toolsai.vscode-jupyter-powertoys": [
94+
"notebookControllerKind",
95+
"notebookDebugOptions",
96+
"notebookDeprecated",
97+
"notebookEditor",
98+
"notebookEditorDecorationType",
99+
"notebookEditorEdit",
100+
"notebookMessaging",
101+
"notebookMime",
102+
"notebookCellExecutionState"
103+
],
96104
"dbaeumer.vscode-eslint": [
97-
"tabs",
98105
"notebookEditor",
99106
"notebookCellExecutionState"
107+
],
108+
"ms-vscode.anycode": [
109+
"extensionsAny"
100110
]
101111
},
102112
"extensionTips": {
@@ -105,35 +115,31 @@
105115
"ms-edgedevtools.vscode-edge-devtools": "{**/*.ts,**/*.tsx,**/*.js,**/*.css,**/*.html}",
106116
"golang.Go": "**/*.go",
107117
"ms-vscode.PowerShell": "{**/*.ps1,**/*.psd1,**/*.psm1,**/*.ps.config,**/*.ps1.config}",
108-
"austin.code-gnu-global": "{**/*.c,**/*.cpp,**/*.h}",
109118
"Ionide.Ionide-fsharp": "{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}",
110119
"dbaeumer.vscode-eslint": "{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}",
111-
"dbaeumer.jshint": "{**/*.js,**/*.jsx,**/*.es6,**/.babelrc,**/jsconfig.json,**/.jshintrc,**/.jshintignore}",
112120
"ms-vscode.vscode-typescript-tslint-plugin": "{**/tslint.json}",
113121
"bmewburn.vscode-intelephense-client": "{**/*.php,**/php.ini}",
114122
"xdebug.php-debug": "{**/*.php,**/php.ini}",
115-
"ikappas.phpcs": "{**/*.php,**/php.ini}",
116-
"rust-lang.rust": "{**/*.rs,**/*.rslib}",
123+
"matklad.rust-analyzer": "{**/*.rs,**/*.rslib}",
117124
"ms-vscode.cpptools-extension-pack": "{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}",
118125
"DavidAnson.vscode-markdownlint": "{**/*.md}",
119126
"ms-azuretools.vscode-docker": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml,**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}",
120127
"EditorConfig.EditorConfig": "{**/.editorconfig}",
121-
"HookyQR.beautify": "{**/.jsbeautifyrc,**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.babelrc,**/jsconfig.json}",
128+
"HookyQR.beautify": "{**/.jsbeautifyrc}",
122129
"donjayamanne.githistory": "{**/.gitignore,**/.git}",
123130
"felipecaputo.git-project-manager": "{**/.gitignore,**/.git}",
124131
"eamodio.gitlens": "{**/.gitignore,**/.git}",
125132
"rebornix.Ruby": "{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}",
126133
"DotJoshJohnson.xml": "{**/*.xml}",
127-
"shinnn.stylelint": "{**/.stylelintrc,**/stylelint.config.js}",
134+
"stylelint.vscode-stylelint": "{**/.stylelintrc,**/stylelint.config.js}",
128135
"eg2.vscode-npm-script": "{**/package.json}",
129136
"ms-mssql.mssql": "{**/*.sql}",
130-
"bajdzis.vscode-database": "{**/*.sql}",
131137
"mtxr.sqltools": "{**/*.sql}",
132138
"usqlextpublisher.usql-vscode-ext": "{**/*.usql}",
133139
"ms-vscode.sublime-keybindings": "{**/.sublime-project,**/.sublime-workspace}",
134140
"k--kato.intellij-idea-keybindings": "{**/.idea}",
135141
"christian-kohler.npm-intellisense": "{**/package.json}",
136-
"octref.vetur": "{**/*.vue}",
142+
"vue.volar": "{**/*.vue}",
137143
"ms-python.python": "{**/*.py,**/*.ipynb}",
138144
"ms-toolsai.jupyter": "{**/*.ipynb}",
139145
"cake-build.cake-vscode": "{**/build.cake}",
@@ -145,7 +151,8 @@
145151
"ms-kubernetes-tools.vscode-kubernetes-tools": "{**/Chart.yaml}",
146152
"GoogleCloudTools.cloudcode": "{**/skaffold.yaml}",
147153
"Oracle.oracledevtools": "{**/*.sql}",
148-
"ms-vscode.vscode-github-issue-notebooks": "{**/*.github-issues}"
154+
"ms-vscode.vscode-github-issue-notebooks": "{**/*.github-issues}",
155+
"REditorSupport.r": "**/*.r"
149156
},
150157
"extensionImportantTips": {
151158
"ms-dotnettools.csharp": {
@@ -206,32 +213,42 @@
206213
],
207214
"pattern": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}"
208215
},
209-
"octref.vetur": {
216+
"vue.volar": {
210217
"name": "Vetur",
211218
"languages": [
212219
"vue"
213220
],
214221
"pattern": "{**/*.vue}"
215222
},
223+
"ms-vscode.makefile-tools": {
224+
"name": "Makefile Tools",
225+
"languages": [
226+
"makefile"
227+
],
228+
"pattern": "{**/makefile,**/Makefile}"
229+
},
216230
"ms-vscode.cmake-tools": {
217231
"name": "CMake Tools",
218232
"pattern": "{**/CMakeLists.txt}"
219233
},
220-
"msazurermtools.azurerm-vscode-tools": {
221-
"name": "Azure Resource Manager",
222-
"pattern": "{**/azuredeploy.json}"
223-
},
224-
"ms-azuretools.vscode-bicep": {
225-
"name": "Bicep",
226-
"pattern": "{**/*.bicep}"
227-
},
228234
"svelte.svelte-vscode": {
229235
"name": "Svelte",
230236
"pattern": "{**/*.svelte}"
231237
},
232238
"ms-vscode.vscode-github-issue-notebooks": {
233239
"name": "GitHub Issue Notebooks",
234240
"pattern": "{**/*.github-issues}"
241+
},
242+
"ms-playwright.playwright": {
243+
"name": "Playwright",
244+
"pattern": "{**/*playwright*.config.ts,**/*playwright*.config.js,**/*playwright*.config.mjs}"
245+
},
246+
"REditorSupport.r": {
247+
"name": "R",
248+
"languages": [
249+
"r"
250+
],
251+
"pattern": "{**/*.r}"
235252
}
236253
},
237254
"keymapExtensionTips": [
@@ -242,7 +259,7 @@
242259
"ms-vscode.vs-keybindings",
243260
"ms-vscode.notepadplusplus-keybindings",
244261
"k--kato.intellij-idea-keybindings",
245-
"hiro-sun.vscode-emacs",
262+
"lfs.vscode-emacs-friendly",
246263
"alphabotsec.vscode-eclipse-keybindings",
247264
"alefragnani.delphi-keybindings"
248265
],
@@ -251,13 +268,13 @@
251268
"ms-toolsai.jupyter",
252269
"vscjava.vscode-java-pack",
253270
"ecmel.vscode-html-css",
254-
"octref.vetur",
271+
"vue.volar",
255272
"bmewburn.vscode-intelephense-client",
256273
"dsznajder.es7-react-js-snippets",
257274
"golang.go",
258275
"ms-vscode.powershell",
259276
"dart-code.dart-code",
260-
"rust-lang.rust",
277+
"matklad.rust-analyzer",
261278
"rebornix.ruby"
262279
],
263280
"configBasedExtensionTips": {
@@ -628,7 +645,7 @@
628645
"www.versioneye.com"
629646
],
630647
"extensionAllowedBadgeProvidersRegex": [
631-
"^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/workflows\\/.*badge\\.svg"
648+
"^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"
632649
],
633650
"extensionKind": {
634651
"Shan.code-settings-sync": [

0 commit comments

Comments
 (0)