rust/editors/code/src
bors[bot] b4015b6aaa
Merge #8995
8995: fix: Create tasks for all workspaces r=matklad a=SomeoneToIgnore

Follow-up of https://github.com/rust-analyzer/rust-analyzer/pull/8955#discussion_r637897170

Before: 
<img width="593" alt="image" src="https://user-images.githubusercontent.com/2690773/119575267-712b5300-bdbf-11eb-833c-f688f7a7dd0f.png">

After: 
<img width="643" alt="image" src="https://user-images.githubusercontent.com/2690773/119575273-74264380-bdbf-11eb-8283-a78bbcb7346e.png">

This is the first time I've used multiple workspaces feature in VSCode, but so far looks like
* opening detached files works
* run and debug lens work
* Rust Analyzer: Run action works
* run task works and now shows tasks for all workspaces
* there are no platform-specific changes involved

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2021-05-26 20:58:07 +00:00
..
ast_inspector.ts Flatten commands.ts 2020-05-25 12:14:44 +02:00
client.ts Create tasks for all workspaces 2021-05-26 01:11:52 +03:00
commands.ts Use .rs file ending to get syntax highlighting 2021-05-22 00:11:54 +02:00
config.ts fix: can download server binary on windows again 2021-05-24 11:52:25 +03:00
ctx.ts Create tasks for all workspaces 2021-05-26 01:11:52 +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 Add a "Debug ItemTree" LSP request 2021-05-21 23:59:52 +02:00
main.ts Create tasks for all workspaces 2021-05-26 01:11:52 +03:00
net.ts Make extension respect http proxy settings 2021-03-07 18:21:48 +08:00
persistent_state.ts Style fix 2021-05-23 13:43:06 +03:00
run.ts minor: explicitly set the focus to false 2021-05-26 13:04:01 +03:00
snippets.ts fix: cursor position after item move command 2021-05-24 13:17:28 -03:00
tasks.ts Create tasks for all workspaces 2021-05-26 01:11:52 +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