Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pelotech/pelostage
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 31, 2024
2 parents 47a2caa + bef3990 commit 3ed2b03
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "yarn pelostage",
"runtimeExecutable": "yarn",
"cwd": "${workspaceFolder}",
"runtimeArgs": ["dev"],
"skipFiles": [
"<node_internals>/**"
],
}
]
}

0 comments on commit 3ed2b03

Please sign in to comment.