Skip to content

Commit

Permalink
add launch for translations
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed May 14, 2021
1 parent 50b637e commit 4a95114
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
{
"name": "Pre_Build TS File",
"name": "Pre_Build_add_file TS File",
"type": "node",
"request": "launch",
"args": ["scripts/pre_build_add_new_file.ts"],
Expand All @@ -27,6 +27,16 @@
"cwd": "${workspaceRoot}/api/v1/",
"protocol": "inspector"
},
{
"name": "Pre_Build_tranlations TS File",
"type": "node",
"request": "launch",
"args": ["scripts/pre_build_fixate_translations.ts"],
"runtimeArgs": ["--nolazy", "-r", "ts-node/register"],
"sourceMaps": true,
"cwd": "${workspaceRoot}/api/v1/",
"protocol": "inspector"
},
{
"name": "Update Schemas TS File",
"type": "node",
Expand Down

0 comments on commit 4a95114

Please sign in to comment.