MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / getAutoStartService

Function getAutoStartService

packages/vscode-extension/extension.js:87–89  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

85}
86
87function getAutoStartService(config) {
88 return config.get("autoStartService", true);
89}
90
91async function startProjectService(context) {
92 const config = vscode.workspace.getConfiguration("simdeck");

Callers 1

resolveSimulatorUrlFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected