Add VSCode configuration for debugging purposes (#886)

This commit is contained in:
Yuya Ochiai
2019-03-12 05:45:32 +09:00
committed by William Gathoye
parent c4cf9d5e0c
commit 427403aa47
3 changed files with 82 additions and 0 deletions

8
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"msjsdiag.debugger-for-chrome"
]
}