From e6e1c64122359dad58cdac2dadf916e7e1ec36ef Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Wed, 16 Mar 2022 23:26:54 +0300 Subject: Fixed typos --- .vscode/launch.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .vscode/launch.json (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..35637e04 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,13 @@ +{ + // 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 + "name": "Launch server.js via nodemon", + "type": "node", + "request": "run", + "cwd": "${workspaceRoot}", + "runtimeExecutable": "start", + "runtimeArgs": [ + "--debug=5858" + ] +} \ No newline at end of file -- cgit 1.4.1