From ce211434a6501e88cb83462f2443db085f1557d3 Mon Sep 17 00:00:00 2001 From: Lenard Pratt Date: Mon, 15 Apr 2019 11:01:29 +0100 Subject: Added macro resolution and expansion --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 9aafc8bd3..1515ea411 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,7 +14,9 @@ "--disable-extensions" ], "env": { - "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/ra_lsp_server" + "__RA_LSP_SERVER_DEBUG": "${workspaceFolder}/target/debug/ra_lsp_server", + "RUST_LOG" :"ra_hir=debug", + "RA_INTERNAL_MODE":"1" }, "outFiles": ["${workspaceFolder}/editors/code/out/**/*.js"], "preLaunchTask": "Build All" -- cgit v1.2.3