Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #174 from death-save:v0.9.0
Browse files Browse the repository at this point in the history
V0.9.0
  • Loading branch information
eclarke12 authored Aug 23, 2022
2 parents 8c74ee5 + d6d2aad commit ff13178
Show file tree
Hide file tree
Showing 17 changed files with 5,249 additions and 1,396 deletions.
19 changes: 2 additions & 17 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,15 @@
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:59999",
"url": "http://localhost:49998",
"webRoot": "http://localhost:49998",
"pathMapping": {
"/modules/maestro": "${workspaceFolder}"
},
"skipFiles": [
"${workspaceFolder}/libs/**",
"<node_internals>/**"
]
},
{
"name": "Launch Edge",
"request": "launch",
"type": "edge",
"url": "http://192.168.1.69:59999",
"pathMapping": {
"/modules/maestro": "${workspaceFolder}"
}
},
{
"name": "Attach to Edge",
"request": "attach",
"type": "edge",
"port":50080,
"webRoot": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit ff13178

Please sign in to comment.