Working debug configuration

This commit is contained in:
watsonb8
2020-11-30 20:55:31 -05:00
parent 3ccf85cb00
commit e047ef6549
9 changed files with 56 additions and 120 deletions

View File

@ -5,6 +5,7 @@
}
],
"settings": {
"editor.tabSize": 2
"editor.tabSize": 2,
"debug.javascript.unmapMissingSources": true
}
}