refactor(CLI): modularize more, test more
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -5,6 +5,8 @@
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Debug CLI",
|
||||
// we test in `build` to make cleanup fast and easy
|
||||
"cwd": "${workspaceFolder}/build",
|
||||
"program": "${workspaceFolder}/src/cli/cli.ts",
|
||||
"outFiles": ["${workspaceFolder}/build/main/**/*.js"],
|
||||
"skipFiles": [
|
||||
|
||||
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.implementationsCodeLens.enabled": true,
|
||||
"typescript.referencesCodeLens.enabled": true
|
||||
"typescript.tsdk": "node_modules/typescript/lib"
|
||||
// "typescript.implementationsCodeLens.enabled": true
|
||||
// "typescript.referencesCodeLens.enabled": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user