Skip to content

Commit

Permalink
Update product.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed May 20, 2022
1 parent a883c21 commit 0871107
Showing 1 changed file with 48 additions and 31 deletions.
79 changes: 48 additions & 31 deletions product.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -42,7 +44,6 @@
"notebookEditor"
],
"ms-dotnettools.dotnet-interactive-vscode": [
"notebookConcatTextDocument",
"notebookContentProvider",
"notebookCellExecutionState",
"notebookControllerKind",
Expand All @@ -56,9 +57,6 @@
"notebookMime",
"textDocumentNotebook"
],
"ms-vscode.vscode-github-issue-notebooks": [
"notebookEditor"
],
"tanhakabir.rest-book": [
"notebookEditor"
],
Expand All @@ -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",
Expand All @@ -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": {
Expand All @@ -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}",
Expand All @@ -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": {
Expand Down Expand Up @@ -206,32 +213,42 @@
],
"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}"
},
"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": [
Expand All @@ -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"
],
Expand All @@ -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": {
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 0871107

Please sign in to comment.