mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
⬆️ package-lock.json
This commit is contained in:
parent
dd12184e4f
commit
cf72715439
2 changed files with 381 additions and 225 deletions
601
editors/code/package-lock.json
generated
601
editors/code/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue