Skip to content

Commit a5a61a4

Browse files
committed
Update product.json
1 parent b4d8e92 commit a5a61a4

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

product.json

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
],
5050
"ms-python.python": [
5151
"quickPickSortByLabel",
52-
"testObserver",
53-
"notebookEditor"
52+
"testObserver"
5453
],
5554
"ms-dotnettools.dotnet-interactive-vscode": [
5655
"notebookCellExecutionState",
@@ -73,32 +72,30 @@
7372
],
7473
"GitHub.vscode-pull-request-github": [
7574
"tokenInformation",
76-
"commentsResolvedState"
75+
"commentsResolvedState",
76+
"badges",
77+
"contribViewSize"
7778
],
7879
"ms-python.gather": [
79-
"notebookEditor",
8080
"notebookCellExecutionState"
8181
],
8282
"ms-toolsai.jupyter": [
8383
"notebookControllerKind",
8484
"notebookDebugOptions",
8585
"notebookDeprecated",
86-
"notebookEditor",
8786
"notebookWorkspaceEdit",
8887
"notebookMessaging",
8988
"notebookMime",
9089
"notebookCellExecutionState",
9190
"portsAttributes",
9291
"quickPickSortByLabel",
93-
"notebookKernelSource"
92+
"notebookKernelSource",
93+
"interactiveWindow"
9494
],
9595
"ms-toolsai.vscode-jupyter-powertoys": [
96-
"notebookEditor",
97-
"notebookEditorEdit",
9896
"notebookWorkspaceEdit"
9997
],
10098
"dbaeumer.vscode-eslint": [
101-
"notebookEditor",
10299
"notebookCellExecutionState"
103100
],
104101
"ms-vscode.anycode": [
@@ -127,7 +124,6 @@
127124
"rebornix.Ruby": "{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}",
128125
"DotJoshJohnson.xml": "{**/*.xml}",
129126
"stylelint.vscode-stylelint": "{**/.stylelintrc,**/stylelint.config.js}",
130-
"eg2.vscode-npm-script": "{**/package.json}",
131127
"ms-mssql.mssql": "{**/*.sql}",
132128
"mtxr.sqltools": "{**/*.sql}",
133129
"ms-vscode.sublime-keybindings": "{**/.sublime-project,**/.sublime-workspace}",
@@ -162,10 +158,6 @@
162158
],
163159
"pattern": "{**/*.py}"
164160
},
165-
"ms-toolsai.jupyter": {
166-
"name": "Jupyter",
167-
"pattern": "{**/*.ipynb}"
168-
},
169161
"golang.Go": {
170162
"name": "Go",
171163
"languages": [

0 commit comments

Comments
 (0)