diff --git a/.inscode b/.inscode index 3112d25a896a3f565b93f4a5b4be553c2b962926..f70468bfc8aba5d4bbefe748009d3384145523fe 100644 --- a/.inscode +++ b/.inscode @@ -1,6 +1,10 @@ run = "index.html" +language = "node" [env] PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" XDG_CONFIG_HOME = "/root/.config" -npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" \ No newline at end of file +npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" + +[debugger] +program = "main.js"