|
48 | 48 | ], |
49 | 49 | "ms-python.python": [ |
50 | 50 | "quickPickSortByLabel", |
51 | | - "testObserver", |
52 | | - "notebookEditor" |
| 51 | + "testObserver" |
53 | 52 | ], |
54 | 53 | "ms-dotnettools.dotnet-interactive-vscode": [ |
55 | 54 | "notebookCellExecutionState", |
|
72 | 71 | ], |
73 | 72 | "GitHub.vscode-pull-request-github": [ |
74 | 73 | "tokenInformation", |
75 | | - "commentsResolvedState" |
| 74 | + "commentsResolvedState", |
| 75 | + "badges", |
| 76 | + "contribViewSize" |
76 | 77 | ], |
77 | 78 | "ms-python.gather": [ |
78 | | - "notebookEditor", |
79 | 79 | "notebookCellExecutionState" |
80 | 80 | ], |
81 | 81 | "ms-toolsai.jupyter": [ |
82 | 82 | "notebookControllerKind", |
83 | 83 | "notebookDebugOptions", |
84 | 84 | "notebookDeprecated", |
85 | | - "notebookEditor", |
86 | 85 | "notebookWorkspaceEdit", |
87 | 86 | "notebookMessaging", |
88 | 87 | "notebookMime", |
89 | 88 | "notebookCellExecutionState", |
90 | 89 | "portsAttributes", |
91 | 90 | "quickPickSortByLabel", |
92 | | - "notebookKernelSource" |
| 91 | + "notebookKernelSource", |
| 92 | + "interactiveWindow" |
93 | 93 | ], |
94 | 94 | "ms-toolsai.vscode-jupyter-powertoys": [ |
95 | | - "notebookEditor", |
96 | | - "notebookEditorEdit", |
97 | 95 | "notebookWorkspaceEdit" |
98 | 96 | ], |
99 | 97 | "dbaeumer.vscode-eslint": [ |
100 | | - "notebookEditor", |
101 | 98 | "notebookCellExecutionState" |
102 | 99 | ], |
103 | 100 | "ms-vscode.anycode": [ |
|
126 | 123 | "rebornix.Ruby": "{**/*.rb,**/*.erb,**/*.reek,**/.fasterer.yml,**/ruby-lint.yml,**/.rubocop.yml}", |
127 | 124 | "DotJoshJohnson.xml": "{**/*.xml}", |
128 | 125 | "stylelint.vscode-stylelint": "{**/.stylelintrc,**/stylelint.config.js}", |
129 | | - "eg2.vscode-npm-script": "{**/package.json}", |
130 | 126 | "ms-mssql.mssql": "{**/*.sql}", |
131 | 127 | "mtxr.sqltools": "{**/*.sql}", |
132 | 128 | "ms-vscode.sublime-keybindings": "{**/.sublime-project,**/.sublime-workspace}", |
|
161 | 157 | ], |
162 | 158 | "pattern": "{**/*.py}" |
163 | 159 | }, |
164 | | - "ms-toolsai.jupyter": { |
165 | | - "name": "Jupyter", |
166 | | - "pattern": "{**/*.ipynb}" |
167 | | - }, |
168 | 160 | "golang.Go": { |
169 | 161 | "name": "Go", |
170 | 162 | "languages": [ |
|
0 commit comments