From a630cd235f8ee81922f541e19ef741812613ff50 Mon Sep 17 00:00:00 2001 From: RblSb Date: Tue, 31 Mar 2020 22:44:53 +0300 Subject: Emote copy warning --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index a511189..df67501 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,6 +5,7 @@ "request": "launch", "name": "Node: build and run", "program": "${workspaceFolder}/build/server.js", + "args": ["--verbose"], "sourceMaps": true, "preLaunchTask": "Build all", "console": "integratedTerminal" -- cgit v1.2.3