From 08711070bd2728ea93524dcaf955004a26351a79 Mon Sep 17 00:00:00 2001 From: Jean Pierre Date: Fri, 20 May 2022 20:13:57 +0000 Subject: [PATCH] Update product.json --- product.json | 79 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 48 insertions(+), 31 deletions(-) diff --git a/product.json b/product.json index 56a7d41a3d0c8..f32b94505f35f 100644 --- a/product.json +++ b/product.json @@ -28,8 +28,10 @@ "reportIssueUrl": "https://github.com/gitpod-io/gitpod/issues/new", "urlProtocol": "openvscode-server", "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/181b43c0e2949e36ecb623d8cc6de29d4fa2bae8/out/vs/workbench/contrib/webview/browser/pre/", - "extensionAllowedProposedApi": [], "extensionEnabledApiProposals": { + "ms-vscode.vscode-selfhost-test-provider": [ + "testObserver" + ], "ms-vscode.js-debug": [ "portsAttributes", "findTextInFiles", @@ -42,7 +44,6 @@ "notebookEditor" ], "ms-dotnettools.dotnet-interactive-vscode": [ - "notebookConcatTextDocument", "notebookContentProvider", "notebookCellExecutionState", "notebookControllerKind", @@ -56,9 +57,6 @@ "notebookMime", "textDocumentNotebook" ], - "ms-vscode.vscode-github-issue-notebooks": [ - "notebookEditor" - ], "tanhakabir.rest-book": [ "notebookEditor" ], @@ -72,14 +70,14 @@ "documentFiltersExclusive" ], "GitHub.vscode-pull-request-github": [ - "tokenInformation" + "tokenInformation", + "commentsResolvedState" ], "ms-python.gather": [ "notebookEditor", "notebookCellExecutionState" ], "ms-toolsai.jupyter": [ - "notebookConcatTextDocument", "notebookControllerKind", "notebookDebugOptions", "notebookDeprecated", @@ -90,13 +88,25 @@ "notebookMime", "notebookCellExecutionState", "portsAttributes", - "textDocumentNotebook", "quickPickSortByLabel" ], + "ms-toolsai.vscode-jupyter-powertoys": [ + "notebookControllerKind", + "notebookDebugOptions", + "notebookDeprecated", + "notebookEditor", + "notebookEditorDecorationType", + "notebookEditorEdit", + "notebookMessaging", + "notebookMime", + "notebookCellExecutionState" + ], "dbaeumer.vscode-eslint": [ - "tabs", "notebookEditor", "notebookCellExecutionState" + ], + "ms-vscode.anycode": [ + "extensionsAny" ] }, "extensionTips": { @@ -105,35 +115,31 @@ "ms-edgedevtools.vscode-edge-devtools": "{**/*.ts,**/*.tsx,**/*.js,**/*.css,**/*.html}", "golang.Go": "**/*.go", "ms-vscode.PowerShell": "{**/*.ps1,**/*.psd1,**/*.psm1,**/*.ps.config,**/*.ps1.config}", - "austin.code-gnu-global": "{**/*.c,**/*.cpp,**/*.h}", "Ionide.Ionide-fsharp": "{**/*.fsx,**/*.fsi,**/*.fs,**/*.ml,**/*.mli}", "dbaeumer.vscode-eslint": "{**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.eslintrc,**/.babelrc,**/jsconfig.json}", - "dbaeumer.jshint": "{**/*.js,**/*.jsx,**/*.es6,**/.babelrc,**/jsconfig.json,**/.jshintrc,**/.jshintignore}", "ms-vscode.vscode-typescript-tslint-plugin": "{**/tslint.json}", "bmewburn.vscode-intelephense-client": "{**/*.php,**/php.ini}", "xdebug.php-debug": "{**/*.php,**/php.ini}", - "ikappas.phpcs": "{**/*.php,**/php.ini}", - "rust-lang.rust": "{**/*.rs,**/*.rslib}", + "matklad.rust-analyzer": "{**/*.rs,**/*.rslib}", "ms-vscode.cpptools-extension-pack": "{**/*.c,**/*.cpp,**/*.cc,**/.cxx,**/*.hh,**/*.hpp,**/*.hxx,**/*.h}", "DavidAnson.vscode-markdownlint": "{**/*.md}", "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}", "EditorConfig.EditorConfig": "{**/.editorconfig}", - "HookyQR.beautify": "{**/.jsbeautifyrc,**/*.js,**/*.jsx,**/*.es6,**/.eslintrc.*,**/.babelrc,**/jsconfig.json}", + "HookyQR.beautify": "{**/.jsbeautifyrc}", "donjayamanne.githistory": "{**/.gitignore,**/.git}", "felipecaputo.git-project-manager": "{**/.gitignore,**/.git}", "eamodio.gitlens": "{**/.gitignore,**/.git}", "rebornix.Ruby": "{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}", "DotJoshJohnson.xml": "{**/*.xml}", - "shinnn.stylelint": "{**/.stylelintrc,**/stylelint.config.js}", + "stylelint.vscode-stylelint": "{**/.stylelintrc,**/stylelint.config.js}", "eg2.vscode-npm-script": "{**/package.json}", "ms-mssql.mssql": "{**/*.sql}", - "bajdzis.vscode-database": "{**/*.sql}", "mtxr.sqltools": "{**/*.sql}", "usqlextpublisher.usql-vscode-ext": "{**/*.usql}", "ms-vscode.sublime-keybindings": "{**/.sublime-project,**/.sublime-workspace}", "k--kato.intellij-idea-keybindings": "{**/.idea}", "christian-kohler.npm-intellisense": "{**/package.json}", - "octref.vetur": "{**/*.vue}", + "vue.volar": "{**/*.vue}", "ms-python.python": "{**/*.py,**/*.ipynb}", "ms-toolsai.jupyter": "{**/*.ipynb}", "cake-build.cake-vscode": "{**/build.cake}", @@ -145,7 +151,8 @@ "ms-kubernetes-tools.vscode-kubernetes-tools": "{**/Chart.yaml}", "GoogleCloudTools.cloudcode": "{**/skaffold.yaml}", "Oracle.oracledevtools": "{**/*.sql}", - "ms-vscode.vscode-github-issue-notebooks": "{**/*.github-issues}" + "ms-vscode.vscode-github-issue-notebooks": "{**/*.github-issues}", + "REditorSupport.r": "**/*.r" }, "extensionImportantTips": { "ms-dotnettools.csharp": { @@ -206,25 +213,24 @@ ], "pattern": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}" }, - "octref.vetur": { + "vue.volar": { "name": "Vetur", "languages": [ "vue" ], "pattern": "{**/*.vue}" }, + "ms-vscode.makefile-tools": { + "name": "Makefile Tools", + "languages": [ + "makefile" + ], + "pattern": "{**/makefile,**/Makefile}" + }, "ms-vscode.cmake-tools": { "name": "CMake Tools", "pattern": "{**/CMakeLists.txt}" }, - "msazurermtools.azurerm-vscode-tools": { - "name": "Azure Resource Manager", - "pattern": "{**/azuredeploy.json}" - }, - "ms-azuretools.vscode-bicep": { - "name": "Bicep", - "pattern": "{**/*.bicep}" - }, "svelte.svelte-vscode": { "name": "Svelte", "pattern": "{**/*.svelte}" @@ -232,6 +238,17 @@ "ms-vscode.vscode-github-issue-notebooks": { "name": "GitHub Issue Notebooks", "pattern": "{**/*.github-issues}" + }, + "ms-playwright.playwright": { + "name": "Playwright", + "pattern": "{**/*playwright*.config.ts,**/*playwright*.config.js,**/*playwright*.config.mjs}" + }, + "REditorSupport.r": { + "name": "R", + "languages": [ + "r" + ], + "pattern": "{**/*.r}" } }, "keymapExtensionTips": [ @@ -242,7 +259,7 @@ "ms-vscode.vs-keybindings", "ms-vscode.notepadplusplus-keybindings", "k--kato.intellij-idea-keybindings", - "hiro-sun.vscode-emacs", + "lfs.vscode-emacs-friendly", "alphabotsec.vscode-eclipse-keybindings", "alefragnani.delphi-keybindings" ], @@ -251,13 +268,13 @@ "ms-toolsai.jupyter", "vscjava.vscode-java-pack", "ecmel.vscode-html-css", - "octref.vetur", + "vue.volar", "bmewburn.vscode-intelephense-client", "dsznajder.es7-react-js-snippets", "golang.go", "ms-vscode.powershell", "dart-code.dart-code", - "rust-lang.rust", + "matklad.rust-analyzer", "rebornix.ruby" ], "configBasedExtensionTips": { @@ -628,7 +645,7 @@ "www.versioneye.com" ], "extensionAllowedBadgeProvidersRegex": [ - "^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/workflows\\/.*badge\\.svg" + "^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg" ], "extensionKind": { "Shan.code-settings-sync": [