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