Skip to content

Commit

Permalink
fix: resolve sourcemaps in extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Sep 1, 2020
1 parent f1d2076 commit df30a1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"timeout": 30000,
"port": 5870,
"outFiles": [
"${workspaceFolder}/out/**/*.js"
"${workspaceFolder}/out/**/*.js",
"${workspaceFolder}/extensions/*/out/**/*.js"
]
},
{
Expand Down

0 comments on commit df30a1f

Please sign in to comment.