Skip to content

Commit 803a022

Browse files
committed
vc
1 parent bccad87 commit 803a022

24 files changed

+253395
-9
lines changed

.vscode/launch.json

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"name": "Sync catalog",
6+
"program": "${workspaceFolder}/utils/sync-catalog.js",
7+
"request": "launch",
8+
"skipFiles": [
9+
"<node_internals>/**"
10+
],
11+
"type": "node"
12+
},
413
{
514
"type": "node",
615
"request": "launch",

0 commit comments

Comments
 (0)