Skip to content

Commit

Permalink
Update product.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed Aug 8, 2022
1 parent 57f39a1 commit 355f1a9
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions product.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
],
"ms-python.python": [
"quickPickSortByLabel",
"testObserver",
"notebookEditor"
"testObserver"
],
"ms-dotnettools.dotnet-interactive-vscode": [
"notebookCellExecutionState",
Expand All @@ -72,32 +71,30 @@
],
"GitHub.vscode-pull-request-github": [
"tokenInformation",
"commentsResolvedState"
"commentsResolvedState",
"badges",
"contribViewSize"
],
"ms-python.gather": [
"notebookEditor",
"notebookCellExecutionState"
],
"ms-toolsai.jupyter": [
"notebookControllerKind",
"notebookDebugOptions",
"notebookDeprecated",
"notebookEditor",
"notebookWorkspaceEdit",
"notebookMessaging",
"notebookMime",
"notebookCellExecutionState",
"portsAttributes",
"quickPickSortByLabel",
"notebookKernelSource"
"notebookKernelSource",
"interactiveWindow"
],
"ms-toolsai.vscode-jupyter-powertoys": [
"notebookEditor",
"notebookEditorEdit",
"notebookWorkspaceEdit"
],
"dbaeumer.vscode-eslint": [
"notebookEditor",
"notebookCellExecutionState"
],
"ms-vscode.anycode": [
Expand Down Expand Up @@ -126,7 +123,6 @@
"rebornix.Ruby": "{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}",
"DotJoshJohnson.xml": "{**/*.xml}",
"stylelint.vscode-stylelint": "{**/.stylelintrc,**/stylelint.config.js}",
"eg2.vscode-npm-script": "{**/package.json}",
"ms-mssql.mssql": "{**/*.sql}",
"mtxr.sqltools": "{**/*.sql}",
"ms-vscode.sublime-keybindings": "{**/.sublime-project,**/.sublime-workspace}",
Expand Down Expand Up @@ -161,10 +157,6 @@
],
"pattern": "{**/*.py}"
},
"ms-toolsai.jupyter": {
"name": "Jupyter",
"pattern": "{**/*.ipynb}"
},
"golang.Go": {
"name": "Go",
"languages": [
Expand Down

0 comments on commit 355f1a9

Please sign in to comment.