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