From 81ce9833a59756b85c0528cbc76dfb4b272d651c Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Mon, 9 Dec 2019 03:58:43 +0800 Subject: Add rollup sourcemap and fix launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 9aafc8bd3..0cf3984a9 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,7 +16,7 @@ "env": { "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/ra_lsp_server" }, - "outFiles": ["${workspaceFolder}/editors/code/out/**/*.js"], + "outFiles": ["${workspaceFolder}/editors/code/bundle/**/*.js"], "preLaunchTask": "Build All" }, { -- cgit v1.2.3