Refactor: Move commandRunner to its own module

Also, extract related functions and types. There are no behavioral
changes in this commit. Only refactorings.
This commit is contained in:
Andrew Eisenberg
2021-01-18 11:02:01 -08:00
parent 6074a1a7c8
commit 540124478b
20 changed files with 332 additions and 298 deletions

4
.vscode/launch.json vendored
View File

@@ -8,7 +8,9 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}/extensions/ql-vscode"
"--extensionDevelopmentPath=${workspaceRoot}/extensions/ql-vscode",
// Add a reference to a workspace to open. Eg-
// "${workspaceRoot}/../vscode-codeql-starter/vscode-codeql-starter.code-workspace"
],
"stopOnEntry": false,
"sourceMaps": true,