create-projeto-estudos
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -13,3 +13,3 @@ { | ||
// Debug current file in VSCode | ||
"program": "${file}", | ||
"program": "${workspaceFolder}/engine/ending.js", | ||
// "console": "externalTerminal", | ||
@@ -20,5 +20,10 @@ /* | ||
*/ | ||
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/tsx", | ||
"args": [ | ||
"--import", "tsx", | ||
], | ||
"runtimeArgs": ["--require", "${workspaceFolder}/engine/set-globals.js"], | ||
"runtimeArgs": [ | ||
"--require", "${workspaceFolder}/engine/set-globals.js", | ||
"--require", "${file}" | ||
], | ||
/* | ||
@@ -25,0 +30,0 @@ Open terminal when debugging starts (Optional) |
// Seu código vai aqui! | ||
// Quebrando uma linha no final, pra melhorar a leitura | ||
writeLine("") | ||
{ | ||
"name": "create-projeto-estudos", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"bin": "./index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
463257
18
168