|
37 | 37 | "urlProtocol": "openvscode-server",
|
38 | 38 | "embedderIdentifier": "openvscode-server",
|
39 | 39 | "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/",
|
40 |
| - "extensionEnabledApiProposals": { |
41 |
| - "ms-vscode.vscode-selfhost-test-provider": [ |
42 |
| - "testObserver" |
43 |
| - ], |
44 |
| - "VisualStudioExptTeam.vscodeintellicode-completions": [ |
45 |
| - "inlineCompletionsNew", |
46 |
| - "inlineCompletionsAdditions" |
47 |
| - ], |
48 |
| - "ms-vsliveshare.vsliveshare": [ |
49 |
| - "contribMenuBarHome", |
50 |
| - "diffCommand", |
51 |
| - "documentFiltersExclusive", |
52 |
| - "fileSearchProvider", |
53 |
| - "findTextInFiles", |
54 |
| - "notebookCellExecutionState", |
55 |
| - "notebookContentProvider", |
56 |
| - "notebookEditor", |
57 |
| - "notebookEditorEdit", |
58 |
| - "notebookLiveShare", |
59 |
| - "notebookWorkspaceEdit", |
60 |
| - "terminalDimensions", |
61 |
| - "terminalDataWriteEvent", |
62 |
| - "textSearchProvider" |
63 |
| - ], |
64 |
| - "ms-vscode.js-debug": [ |
65 |
| - "portsAttributes", |
66 |
| - "findTextInFiles", |
67 |
| - "workspaceTrust", |
68 |
| - "resolvers", |
69 |
| - "tunnels" |
70 |
| - ], |
71 |
| - "ms-toolsai.vscode-ai-remote": [ |
72 |
| - "resolvers", |
73 |
| - "notebookEditor" |
74 |
| - ], |
75 |
| - "ms-python.python": [ |
76 |
| - "quickPickSortByLabel", |
77 |
| - "testObserver" |
78 |
| - ], |
79 |
| - "ms-dotnettools.dotnet-interactive-vscode": [ |
80 |
| - "notebookMessaging", |
81 |
| - "notebookWorkspaceEdit" |
82 |
| - ], |
83 |
| - "GitHub.codespaces": [ |
84 |
| - "contribEditSessions", |
85 |
| - "contribMenuBarHome", |
86 |
| - "contribRemoteHelp", |
87 |
| - "contribViewsRemote", |
88 |
| - "resolvers", |
89 |
| - "tunnels", |
90 |
| - "terminalDataWriteEvent", |
91 |
| - "treeViewReveal" |
92 |
| - ], |
93 |
| - "ms-vscode.azure-repos": [ |
94 |
| - "extensionRuntime", |
95 |
| - "fileSearchProvider", |
96 |
| - "textSearchProvider" |
97 |
| - ], |
98 |
| - "ms-vscode.remote-repositories": [ |
99 |
| - "contribEditSessions", |
100 |
| - "contribRemoteHelp", |
101 |
| - "contribMenuBarHome", |
102 |
| - "contribViewsRemote", |
103 |
| - "contribViewsWelcome", |
104 |
| - "contribShareMenu", |
105 |
| - "documentFiltersExclusive", |
106 |
| - "editSessionIdentityProvider", |
107 |
| - "extensionRuntime", |
108 |
| - "fileSearchProvider", |
109 |
| - "quickPickSortByLabel", |
110 |
| - "workspaceTrust", |
111 |
| - "scmSelectedProvider", |
112 |
| - "scmValidation", |
113 |
| - "textSearchProvider", |
114 |
| - "timeline" |
115 |
| - ], |
116 |
| - "ms-vscode-remote.remote-wsl": [ |
117 |
| - "resolvers", |
118 |
| - "contribViewsRemote", |
119 |
| - "telemetry" |
120 |
| - ], |
121 |
| - "ms-vscode-remote.remote-ssh": [ |
122 |
| - "resolvers", |
123 |
| - "tunnels", |
124 |
| - "terminalDataWriteEvent", |
125 |
| - "contribViewsRemote", |
126 |
| - "telemetry" |
127 |
| - ], |
128 |
| - "ms-vscode.remote-server": [ |
129 |
| - "resolvers" |
130 |
| - ], |
131 |
| - "ms-vscode.remote-explorer": [ |
132 |
| - "contribViewsRemote" |
133 |
| - ], |
134 |
| - "ms-vscode-remote.remote-containers": [ |
135 |
| - "contribEditSessions", |
136 |
| - "resolvers", |
137 |
| - "tunnels", |
138 |
| - "workspaceTrust", |
139 |
| - "terminalDimensions", |
140 |
| - "contribViewsRemote" |
141 |
| - ], |
142 |
| - "ms-vscode.js-debug-nightly": [ |
143 |
| - "portsAttributes", |
144 |
| - "findTextInFiles", |
145 |
| - "workspaceTrust", |
146 |
| - "resolvers", |
147 |
| - "tunnels" |
148 |
| - ], |
149 |
| - "ms-vscode.lsif-browser": [ |
150 |
| - "documentFiltersExclusive" |
151 |
| - ], |
152 |
| - "GitHub.vscode-pull-request-github": [ |
153 |
| - "tokenInformation", |
154 |
| - "commentsResolvedState", |
155 |
| - "badges", |
156 |
| - "contribViewSize" |
157 |
| - ], |
158 |
| - "GitHub.copilot": [ |
159 |
| - "inlineCompletionsNew", |
160 |
| - "inlineCompletionsAdditions" |
161 |
| - ], |
162 |
| - "GitHub.copilot-nightly": [ |
163 |
| - "inlineCompletionsNew", |
164 |
| - "inlineCompletionsAdditions" |
165 |
| - ], |
166 |
| - "GitHub.remotehub": [ |
167 |
| - "contribRemoteHelp", |
168 |
| - "contribMenuBarHome", |
169 |
| - "contribViewsRemote", |
170 |
| - "contribViewsWelcome", |
171 |
| - "documentFiltersExclusive", |
172 |
| - "extensionRuntime", |
173 |
| - "fileSearchProvider", |
174 |
| - "quickPickSortByLabel", |
175 |
| - "workspaceTrust", |
176 |
| - "scmSelectedProvider", |
177 |
| - "scmValidation", |
178 |
| - "textSearchProvider", |
179 |
| - "timeline" |
180 |
| - ], |
181 |
| - "ms-python.gather": [ |
182 |
| - "notebookCellExecutionState" |
183 |
| - ], |
184 |
| - "ms-python.vscode-pylance": [ |
185 |
| - "notebookCellExecutionState" |
186 |
| - ], |
187 |
| - "ms-toolsai.jupyter": [ |
188 |
| - "notebookControllerKind", |
189 |
| - "notebookDebugOptions", |
190 |
| - "notebookDeprecated", |
191 |
| - "notebookWorkspaceEdit", |
192 |
| - "notebookMessaging", |
193 |
| - "notebookMime", |
194 |
| - "notebookCellExecutionState", |
195 |
| - "portsAttributes", |
196 |
| - "quickPickSortByLabel", |
197 |
| - "notebookKernelSource", |
198 |
| - "interactiveWindow" |
199 |
| - ], |
200 |
| - "ms-toolsai.vscode-jupyter-powertoys": [ |
201 |
| - "notebookWorkspaceEdit" |
202 |
| - ], |
203 |
| - "dbaeumer.vscode-eslint": [ |
204 |
| - "notebookCellExecutionState" |
205 |
| - ], |
206 |
| - "ms-vscode.azure-sphere-tools-ui": [ |
207 |
| - "resolvers", |
208 |
| - "tunnels" |
209 |
| - ], |
210 |
| - "ms-azuretools.vscode-azureappservice": [ |
211 |
| - "terminalDataWriteEvent" |
212 |
| - ], |
213 |
| - "ms-vscode.anycode": [ |
214 |
| - "extensionsAny" |
215 |
| - ], |
216 |
| - "ms-vscode.cpptools": [ |
217 |
| - "terminalDataWriteEvent" |
218 |
| - ] |
219 |
| - }, |
220 | 40 | "extensionTips": {
|
221 | 41 | "muhammad-sammy.csharp": "{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json}",
|
222 | 42 | "firefox-devtools.vscode-firefox-debug": "{**/*.ts,**/*.tsx,**/*.js,**/*.jsx,**/*.es6,**/.babelrc}",
|
|
0 commit comments