|
41 | 41 | "ms-vscode.vscode-selfhost-test-provider": [
|
42 | 42 | "testObserver"
|
43 | 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 | + ], |
44 | 64 | "ms-vscode.js-debug": [
|
45 | 65 | "portsAttributes",
|
46 | 66 | "findTextInFiles",
|
47 | 67 | "workspaceTrust",
|
48 |
| - "resolvers" |
| 68 | + "resolvers", |
| 69 | + "tunnels" |
| 70 | + ], |
| 71 | + "ms-toolsai.vscode-ai-remote": [ |
| 72 | + "resolvers", |
| 73 | + "notebookEditor" |
49 | 74 | ],
|
50 | 75 | "ms-python.python": [
|
51 | 76 | "quickPickSortByLabel",
|
52 | 77 | "testObserver"
|
53 | 78 | ],
|
54 | 79 | "ms-dotnettools.dotnet-interactive-vscode": [
|
55 |
| - "notebookCellExecutionState", |
56 |
| - "notebookControllerKind", |
57 |
| - "notebookDebugOptions", |
58 |
| - "notebookEditor", |
59 |
| - "notebookLiveShare", |
60 | 80 | "notebookMessaging",
|
61 |
| - "notebookMime", |
62 | 81 | "notebookWorkspaceEdit"
|
63 | 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 | + ], |
64 | 142 | "ms-vscode.js-debug-nightly": [
|
65 | 143 | "portsAttributes",
|
66 | 144 | "findTextInFiles",
|
67 | 145 | "workspaceTrust",
|
68 |
| - "resolvers" |
| 146 | + "resolvers", |
| 147 | + "tunnels" |
69 | 148 | ],
|
70 | 149 | "ms-vscode.lsif-browser": [
|
71 | 150 | "documentFiltersExclusive"
|
|
76 | 155 | "badges",
|
77 | 156 | "contribViewSize"
|
78 | 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 | + ], |
79 | 181 | "ms-python.gather": [
|
80 | 182 | "notebookCellExecutionState"
|
81 | 183 | ],
|
| 184 | + "ms-python.vscode-pylance": [ |
| 185 | + "notebookCellExecutionState" |
| 186 | + ], |
82 | 187 | "ms-toolsai.jupyter": [
|
83 | 188 | "notebookControllerKind",
|
84 | 189 | "notebookDebugOptions",
|
|
98 | 203 | "dbaeumer.vscode-eslint": [
|
99 | 204 | "notebookCellExecutionState"
|
100 | 205 | ],
|
| 206 | + "ms-vscode.azure-sphere-tools-ui": [ |
| 207 | + "resolvers", |
| 208 | + "tunnels" |
| 209 | + ], |
| 210 | + "ms-azuretools.vscode-azureappservice": [ |
| 211 | + "terminalDataWriteEvent" |
| 212 | + ], |
101 | 213 | "ms-vscode.anycode": [
|
102 | 214 | "extensionsAny"
|
| 215 | + ], |
| 216 | + "ms-vscode.cpptools": [ |
| 217 | + "terminalDataWriteEvent" |
103 | 218 | ]
|
104 | 219 | },
|
105 | 220 | "extensionTips": {
|
|
0 commit comments