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

Function getServerUrl

packages/vscode-extension/extension.js:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41function deactivate() {}
42
43function getServerUrl() {
44 const config = vscode.workspace.getConfiguration("simdeck");
45 return config.get("serverUrl", "http://127.0.0.1:4310");
46}
47
48async function resolveSimulatorUrl(context) {
49 const serverUrl = getServerUrl();

Callers 1

resolveSimulatorUrlFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected