add template file

This commit is contained in:
pengfei.zhou
2021-08-24 15:42:15 +08:00
committed by osborn
parent 20e6f5c96d
commit 7516cef93e
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Doric Debugger",
"program": "${workspaceFolder}/${relativeFile}",
"sourceMaps": true,
"outFiles": [
"${workspaceFolder}/bundle/**/*.js"
]
}
]
}