MCPcopy Index your code
hub / github.com/dotnet/vscode-csharp / getInstalledExtensions

Function getInstalledExtensions

src/shared/reportIssue.ts:193–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193function getInstalledExtensions() {
194 const extensions = vscode.extensions.all.filter((extension) => extension.packageJSON.isBuiltin === false);
195
196 return extensions.sort(sortExtensions);
197}

Callers 1

generateExtensionTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected