rust-analyzer/editors/code/src
Jonathan Dickinson 1d8c25b75c tasks.json Support
Move the task provider anonymous class into a real class, as this seems
to be how Microsoft do this in their documentation.

resolveTask is now implemented, which is used by VSCode to determine how
to execute tasks that the user has defined in tasks.json.
2020-04-22 17:05:04 -07:00
..
commands Refactor the workaround a bit 2020-04-22 12:35:03 +03:00
client.ts Enable the SemanticTokensFeature by default 2020-04-08 15:45:39 -04:00
color_theme.ts enforce camel case 2020-02-21 11:22:45 +01:00
config.ts Add config for proc_macro 2020-04-16 19:28:06 +08:00
ctx.ts Enable the SemanticTokensFeature by default 2020-04-08 15:45:39 -04:00
inlay_hints.ts fix: inlay hints config desyncronization between the frontend and the backend 2020-04-11 20:01:54 +03:00
main.ts vscode: log server binary path 2020-04-04 16:10:06 +03:00
net.ts Rewrite auto-update 2020-03-19 09:04:59 +01:00
persistent_state.ts Rewrite auto-update 2020-03-19 09:04:59 +01:00
rust-analyzer-api.ts Extension types and rendering 2020-03-24 23:22:41 +01:00
source_change.ts vscode: migrate source_cnage.rs to rust-analyzer-api.rs 2020-02-25 00:49:19 +02:00
status_display.ts Lean onto default implementation of configs 2020-04-02 12:47:58 +02:00
tasks.ts tasks.json Support 2020-04-22 17:05:04 -07:00
util.ts vscode: add syntax tree inspection hovers and highlights 2020-03-31 16:20:59 +03:00