From cf72715439419c09167b8b0993483ddb0b49fc03 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 8 May 2021 12:20:06 +0300 Subject: :arrow_up: package-lock.json --- editors/code/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'editors/code/package.json') diff --git a/editors/code/package.json b/editors/code/package.json index 67e10df7e..0cc265aa4 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -359,7 +359,10 @@ ] }, "rust-analyzer.debug.sourceFileMap": { - "type": ["object", "string"], + "type": [ + "object", + "string" + ], "const": "auto", "description": "Optional source file mappings passed to the debug engine.", "default": { -- cgit v1.2.3