Skip to content

Commit 125c143

Browse files
committed
Improve dev experience (TypeStrong#1854)
* WIP switch to yarn * WIP switch to yarn * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * confirm node and TS versions on CI * Fix * WIP * WIP * WIP * WIP * WIP * shrink the test matrix more * fix * fix
1 parent 8b09d49 commit 125c143

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

.vscode/launch.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
{
22
"configurations": [
3+
{
4+
"name": "Electron Main",
5+
"program": "${workspaceFolder}/main.js",
6+
"request": "launch",
7+
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/electron",
8+
"skipFiles": [
9+
"<node_internals>/**"
10+
],
11+
"type": "node"
12+
},
13+
{
14+
"name": "Launch Program",
15+
"program": "${workspaceFolder}/app.js",
16+
"request": "launch",
17+
"skipFiles": [
18+
"<node_internals>/**"
19+
],
20+
"type": "node"
21+
},
22+
{
23+
"name": "Launch Program",
24+
"program": "${workspaceFolder}/app.js",
25+
"request": "launch",
26+
"skipFiles": [
27+
"<node_internals>/**"
28+
],
29+
"type": "node"
30+
},
31+
{
32+
"name": "Launch Program",
33+
"program": "${workspaceFolder}/app.js",
34+
"request": "launch",
35+
"skipFiles": [
36+
"<node_internals>/**"
37+
],
38+
"type": "node"
39+
},
340
{
441
"name": "Debug AVA test file",
542
"type": "node",

screenshot.png

-90.1 KB
Loading

0 commit comments

Comments
 (0)