Skip to content

Commit

Permalink
Enable VSCode debugging of files on root level
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimpson committed Oct 26, 2018
1 parent 19c16dc commit 4240ea2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"restart": false,
"sourceMaps": true,
"sourceMapPathOverrides": {
"meteor://💻app/*": "${workspaceFolder}/*",
"meteor://💻app/packages/rocketchat:*": "${workspaceFolder}/packages/rocketchat-*",
"meteor://💻app/packages/chatpal:*": "${workspaceFolder}/packages/chatpal-*",
"meteor://💻app/packages/assistify:*": "${workspaceFolder}/packages/assistify-*"
Expand All @@ -23,6 +24,7 @@
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}",
"sourceMapPathOverrides": {
"meteor://💻app/*": "${workspaceFolder}/*",
"meteor://💻app/packages/rocketchat:*": "${workspaceFolder}/packages/rocketchat-*",
"meteor://💻app/packages/chatpal:*": "${workspaceFolder}/packages/chatpal-*",
"meteor://💻app/packages/assistify:*": "${workspaceFolder}/packages/assistify-*"
Expand All @@ -40,6 +42,7 @@
"port": 9229,
"timeout": 300000, //Rocket.Chat really takes some time to startup, so play it safe
"sourceMapPathOverrides": {
"meteor://💻app/*": "${workspaceFolder}/*",
"meteor://💻app/packages/rocketchat:*": "${workspaceFolder}/packages/rocketchat-*",
"meteor://💻app/packages/chatpal:*": "${workspaceFolder}/packages/chatpal-*",
"meteor://💻app/packages/assistify:*": "${workspaceFolder}/packages/assistify-*"
Expand All @@ -58,6 +61,7 @@
"port": 9229,
"timeout": 300000, //Rocket.Chat really takes some time to startup, so play it safe
"sourceMapPathOverrides": {
"meteor://💻app/*": "${workspaceFolder}/*",
"meteor://💻app/packages/rocketchat:*": "${workspaceFolder}/packages/rocketchat-*",
"meteor://💻app/packages/chatpal:*": "${workspaceFolder}/packages/chatpal-*",
"meteor://💻app/packages/assistify:*": "${workspaceFolder}/packages/assistify-*"
Expand All @@ -76,6 +80,7 @@
"port": 9229,
"timeout": 300000, //Rocket.Chat really takes some time to startup, so play it safe
"sourceMapPathOverrides": {
"meteor://💻app/*": "${workspaceFolder}/*",
"meteor://💻app/packages/rocketchat:*": "${workspaceFolder}/packages/rocketchat-*",
"meteor://💻app/packages/chatpal:*": "${workspaceFolder}/packages/chatpal-*",
"meteor://💻app/packages/assistify:*": "${workspaceFolder}/packages/assistify-*"
Expand Down

0 comments on commit 4240ea2

Please sign in to comment.