index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
code
/
src
/
client.ts
Age
Commit message (
Expand
)
Author
Lines
2022-07-09
Bump vscode-languageclient
Laurențiu Nicola
-0
/
+4
2022-06-05
internal: Keep output channels across restarts
Lukas Wirth
-4
/
+3
2022-05-18
"Show implementations" link display error fix
Andrei Listochkin
-3
/
+35
2022-05-17
prettier run
Andrei Listochkin
-112
/
+165
2022-05-13
Don't make r-a fail to initialize if updating the config fails
Lukas Wirth
-1
/
+3
2022-05-11
Enable variable substitutions before passing them over to R-A server
Andrei Listochkin
-3
/
+4
2022-05-01
auto update old configurations to newer ones
Lukas Wirth
-1
/
+6
2022-04-08
Update for languageclient API changes
Laurențiu Nicola
-3
/
+3
2022-01-27
Support <code> blocks from Rust docs
Andrew Onyshchuk
-0
/
+3
2021-07-30
feat: gate custom clint-side commands behind capabilities
Aleksey Kladov
-0
/
+9
2021-07-27
lint: Format the typescript files properly
Alexander Gonzalez
-13
/
+13
2021-07-27
refactor: Make handle_hover handle ranges too
Alexander Gonzalez
-39
/
+5
2021-07-27
feat: Completed the client side implementation of rust-analyzer/hoverRange
Alexander Gonzalez
-11
/
+57
2021-05-26
Create tasks for all workspaces
Kirill Bulatov
-6
/
+1
2021-05-23
Fix ts lint errors
Kirill Bulatov
-2
/
+2
2021-05-23
Send detached files info to server via init params
Kirill Bulatov
-2
/
+13
2021-05-23
Start rust-analyzer server for arbitrary rust files
Kirill Bulatov
-1
/
+1
2021-04-06
More robust status notifications
Aleksey Kladov
-1
/
+1
2021-02-16
Remove Semantic Tokens flicker workaround
kjeremy
-17
/
+0
2021-02-14
Start LSP 3.17 support
Jeremy Kolb
-1
/
+1
2021-02-07
fix errors
Sahandevs
-1
/
+1
2021-02-07
handle promise catches
Sahandevs
-1
/
+1
2021-02-07
remove unnecessary
Sahandevs
-1
/
+1
2020-12-30
Add an option for extra env vars in the Code extension
lf-
-2
/
+9
2020-11-17
Use vscode-languageclient 7.0.0-next.14
kjeremy
-0
/
+2
2020-11-10
Switch to upstream protocol for resolving code action
Aleksey Kladov
-9
/
+12
2020-11-04
Restore semantic token flickering workaround removed in #5697
Charles Pierce
-0
/
+17
2020-09-02
Move to vscode-languageclient 7.0.0-next.9
kjeremy
-12
/
+3
2020-08-09
Remove 'as any'
Jeremy Kolb
-1
/
+1
2020-08-09
Remove workaround for semantic token flickering
Jeremy Kolb
-7
/
+1
2020-07-22
ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's ...
James Leitch
-0
/
+1
2020-07-02
Pass CodeActionKind through our middleware to populate menus
Jeremy Kolb
-2
/
+4
2020-07-02
Implement StatusBar
Aleksey Kladov
-0
/
+1
2020-06-05
Remove hover contents marking as trusted.
vsrs
-15
/
+2
2020-06-05
Add hover actions LSP extension documentation.
vsrs
-1
/
+1
2020-06-05
Add hover actions as LSP extension
vsrs
-0
/
+45
2020-06-03
Fix review comments
Mikhail Rakhmanov
-2
/
+0
2020-06-02
Preliminary implementation of lazy CodeAssits
Mikhail Rakhmanov
-36
/
+40
2020-05-22
CodeAction groups
Aleksey Kladov
-4
/
+37
2020-05-19
Implement client-side of SnippetTextEdit
Aleksey Kladov
-2
/
+46
2020-05-19
Add snippetTextEdit protocol extension
Aleksey Kladov
-4
/
+15
2020-04-25
Merge #4145
bors[bot]
-29
/
+0
2020-04-25
Remove dead code
Aleksey Kladov
-29
/
+0
2020-04-25
Remove unnecessary async from vscode language client creation
veetaha
-1
/
+1
2020-04-08
Enable the SemanticTokensFeature by default
kjeremy
-10
/
+6
2020-04-02
Lean onto default implementation of configs
Aleksey Kladov
-25
/
+1
2020-04-02
Remove old syntax highlighting
Aleksey Kladov
-1
/
+0
2020-03-31
Pass string instread of WorkspaceFolder
Tim
-2
/
+2
2020-03-31
Throw error if no folder is opened
Tim
-2
/
+2
2020-03-30
Add basic task support
Tim
-3
/
+2
[next]