aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-05-08 10:20:57 +0100
committerGitHub <[email protected]>2021-05-08 10:20:57 +0100
commite443d5a89b0ac245ea3d30792888bb3783bc38e8 (patch)
treeeecb31fe41aed66ab503b1ccb0ce4e0f17ac652b /editors/code/package.json
parentdd12184e4fec633e75fe18fb04e0ef8f2bb037e0 (diff)
parentcf72715439419c09167b8b0993483ddb0b49fc03 (diff)
Merge #8760
8760: :arrow_up: package-lock.json r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 4 insertions, 1 deletions
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 @@
359 ] 359 ]
360 }, 360 },
361 "rust-analyzer.debug.sourceFileMap": { 361 "rust-analyzer.debug.sourceFileMap": {
362 "type": ["object", "string"], 362 "type": [
363 "object",
364 "string"
365 ],
363 "const": "auto", 366 "const": "auto",
364 "description": "Optional source file mappings passed to the debug engine.", 367 "description": "Optional source file mappings passed to the debug engine.",
365 "default": { 368 "default": {