MCPcopy Create free account
hub / github.com/VSpaceCode/VSpaceCode / configure

Function configure

src/extension.ts:207–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207function configure() {
208 return Promise.all([configSettings(), configKeyBindings()]);
209}
210
211function openDocumentationUrl() {
212 return env.openExternal(Uri.parse("https://vspacecode.github.io/docs/"));

Callers

nothing calls this directly

Calls 2

configSettingsFunction · 0.90
configKeyBindingsFunction · 0.90

Tested by

no test coverage detected