添加 YAML 导器

This commit is contained in:
2020-11-12 22:36:04 +08:00
parent 9209b17b06
commit 851670887b
13 changed files with 140 additions and 88 deletions

7
.vscode/launch.json vendored
View File

@@ -1,6 +1,7 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
@@ -8,10 +9,12 @@
"skipFiles": [
"<node_internals>/**"
],
"cwd": "D:/work/repositories/zombie/config/新配表",
// "cwd": "D:/work/repositories/zombie/config/新配表",
"cwd": "${workspaceFolder}",
"program": "${workspaceFolder}/dist/binary.js",
"args": [
"./excel-exporter.json"
"./excel-exporter.yaml"
// "./excel-exporter.json"
]
}
]