rust/editors/code/src
bors[bot] fb45d2adec
Merge #8624
8624: Automatically detect rust library source file map  r=vsrs a=vsrs

This PR adds a new possible `rust-analyzer.debug.sourceFileMap` value:
```json
{
    "rust-analyzer.debug.sourceFileMap": "auto"
}
```

I did not make it the default because it uses two shell calls (`rustc --print sysroot` and `rustc -V -v`). First one can be slow (https://github.com/rust-lang/rustup/issues/783)

Fixes #8619

Co-authored-by: vsrs <vit@conrlab.com>
2021-04-27 20:41:35 +00:00
..
ast_inspector.ts Flatten commands.ts 2020-05-25 12:14:44 +02:00
client.ts More robust status notifications 2021-04-06 15:45:31 +03:00
commands.ts Move cursor position when using item movers 2021-04-14 00:03:04 +02:00
config.ts Merge #8624 2021-04-27 20:41:35 +00:00
ctx.ts Sacrifice for the semicolon god 2021-04-06 15:50:02 +03:00
debug.ts Use explicit rustc commit-hash 2021-04-22 18:59:03 +03:00
inlay_hints.ts Fix how and when old inlay hint decorations are disposed 2021-04-26 20:29:54 -04:00
lsp_ext.ts Move cursor position when using item movers 2021-04-14 00:03:04 +02:00
main.ts Item up and down movers 2021-03-18 11:22:27 +02:00
net.ts Make extension respect http proxy settings 2021-03-07 18:21:48 +08:00
persistent_state.ts Allow to use a Github Auth token for fetching releases 2020-09-22 23:12:51 -07:00
run.ts Merge #7625 2021-02-10 11:38:56 +00:00
snippets.ts Use const instead of let 2021-03-27 19:02:08 +01:00
tasks.ts Support 'runnables' options in the vs code extension 2020-10-02 12:35:22 +03:00
toolchain.ts Use explicit rustc commit-hash 2021-04-22 18:59:03 +03:00
util.ts Use explicit rustc commit-hash 2021-04-22 18:59:03 +03:00