index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editors
/
code
/
src
/
client.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create tasks for all workspaces
Kirill Bulatov
2021-05-25
1
-6
/
+1
*
Fix ts lint errors
Kirill Bulatov
2021-05-23
1
-2
/
+2
*
Send detached files info to server via init params
Kirill Bulatov
2021-05-23
1
-2
/
+13
*
Start rust-analyzer server for arbitrary rust files
Kirill Bulatov
2021-05-23
1
-1
/
+1
*
More robust status notifications
Aleksey Kladov
2021-04-06
1
-1
/
+1
*
Remove Semantic Tokens flicker workaround
kjeremy
2021-02-16
1
-17
/
+0
*
Start LSP 3.17 support
Jeremy Kolb
2021-02-14
1
-1
/
+1
*
fix errors
Sahandevs
2021-02-07
1
-1
/
+1
*
handle promise catches
Sahandevs
2021-02-07
1
-1
/
+1
*
remove unnecessary
Sahandevs
2021-02-07
1
-1
/
+1
*
Add an option for extra env vars in the Code extension
lf-
2020-12-30
1
-2
/
+9
*
Use vscode-languageclient 7.0.0-next.14
kjeremy
2020-11-17
1
-0
/
+2
*
Switch to upstream protocol for resolving code action
Aleksey Kladov
2020-11-10
1
-9
/
+12
*
Restore semantic token flickering workaround removed in #5697
Charles Pierce
2020-11-04
1
-0
/
+17
*
Move to vscode-languageclient 7.0.0-next.9
kjeremy
2020-09-02
1
-12
/
+3
*
Remove 'as any'
Jeremy Kolb
2020-08-09
1
-1
/
+1
*
Remove workaround for semantic token flickering
Jeremy Kolb
2020-08-09
1
-7
/
+1
*
ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's ...
James Leitch
2020-07-23
1
-0
/
+1
*
Pass CodeActionKind through our middleware to populate menus
Jeremy Kolb
2020-07-02
1
-2
/
+4
*
Implement StatusBar
Aleksey Kladov
2020-07-02
1
-0
/
+1
*
Remove hover contents marking as trusted.
vsrs
2020-06-05
1
-15
/
+2
*
Add hover actions LSP extension documentation.
vsrs
2020-06-05
1
-1
/
+1
*
Add hover actions as LSP extension
vsrs
2020-06-05
1
-0
/
+45
*
Fix review comments
Mikhail Rakhmanov
2020-06-03
1
-2
/
+0
*
Preliminary implementation of lazy CodeAssits
Mikhail Rakhmanov
2020-06-02
1
-36
/
+40
*
CodeAction groups
Aleksey Kladov
2020-05-22
1
-4
/
+37
*
Implement client-side of SnippetTextEdit
Aleksey Kladov
2020-05-19
1
-2
/
+46
*
Add snippetTextEdit protocol extension
Aleksey Kladov
2020-05-19
1
-4
/
+15
*
Merge #4145
bors[bot]
2020-04-25
1
-29
/
+0
|
\
|
*
Remove dead code
Aleksey Kladov
2020-04-25
1
-29
/
+0
*
|
Remove unnecessary async from vscode language client creation
veetaha
2020-04-25
1
-1
/
+1
|
/
*
Enable the SemanticTokensFeature by default
kjeremy
2020-04-08
1
-10
/
+6
*
Lean onto default implementation of configs
Aleksey Kladov
2020-04-02
1
-25
/
+1
*
Remove old syntax highlighting
Aleksey Kladov
2020-04-02
1
-1
/
+0
*
Pass string instread of WorkspaceFolder
Tim
2020-03-31
1
-2
/
+2
*
Throw error if no folder is opened
Tim
2020-03-31
1
-2
/
+2
*
Add basic task support
Tim
2020-03-30
1
-3
/
+2
*
Code review fixes
Kirill Bulatov
2020-03-30
1
-1
/
+1
*
Style fixes
Kirill Bulatov
2020-03-30
1
-2
/
+2
*
Send the config from the client
Kirill Bulatov
2020-03-30
1
-23
/
+26
*
Extension types and rendering
Matt Hooper
2020-03-24
1
-0
/
+1
*
Don't try to enable proposed API's on stable
Aleksey Kladov
2020-03-24
1
-2
/
+4
*
Remove unused config from VSCode ext
Emil Lauridsen
2020-03-17
1
-1
/
+0
*
Merge #3561 #3577
bors[bot]
2020-03-13
1
-0
/
+1
|
\
|
*
fixup! feat: add debug code lens
Hannes De Valkeneer
2020-03-12
1
-0
/
+1
*
|
Simpler deserialization
Aleksey Kladov
2020-03-12
1
-1
/
+6
*
|
Merge #3543
bors[bot]
2020-03-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Switch from Vec<InlayKind> to object with props
Steffen Lyngbaek
2020-03-12
1
-1
/
+1
|
*
Parameter inlay hint separate from variable type inlay? #2876
Steffen Lyngbaek
2020-03-10
1
-1
/
+1
*
|
Add additional_outdirs in config
Edwin Cheng
2020-03-10
1
-0
/
+1
|
/
[next]