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