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
/
ctx.ts
Age
Commit message (
Expand
)
Author
Lines
2022-07-13
fix: Fix VSCode status bar tooltip not showing the error messages
Lukas Wirth
-15
/
+16
2022-07-09
Bump vscode-languageclient
Laurențiu Nicola
-2
/
+1
2022-06-15
fix: Clear proc-macro changed flag when reloading workspace
Lukas Wirth
-2
/
+2
2022-06-05
internal: Keep output channels across restarts
Lukas Wirth
-2
/
+0
2022-06-05
fix: Cleanup output channels when restarting server
Lukas Wirth
-0
/
+2
2022-06-01
[editors/vscode] cleaer status bar bg color / command when server status ret...
Jake Heinz
-0
/
+2
2022-05-26
internal: Use statusBarItem colors for status item in VSCode
Lukas Wirth
-2
/
+8
2022-05-17
prettier run
Andrei Listochkin
-21
/
+17
2022-05-01
auto update old configurations to newer ones
Lukas Wirth
-1
/
+1
2021-08-10
Use local node_modules to allow the graph to load offline
André Oliveira
-0
/
+4
2021-06-07
fix
Milo
-1
/
+1
2021-06-06
fix
Milo
-1
/
+1
2021-06-06
when you click status bar icon it now restarts server
Milo
-0
/
+1
2021-05-26
Create tasks for all workspaces
Kirill Bulatov
-1
/
+0
2021-05-23
Fix ts lint errors
Kirill Bulatov
-4
/
+4
2021-05-23
Send detached files info to server via init params
Kirill Bulatov
-2
/
+12
2021-05-23
Start rust-analyzer server for arbitrary rust files
Kirill Bulatov
-1
/
+1
2021-04-06
Sacrifice for the semicolon god
Aleksey Kladov
-2
/
+2
2021-04-06
More robust status notifications
Aleksey Kladov
-29
/
+18
2021-01-29
Update vscode for new status
Edwin Cheng
-0
/
+6
2020-12-30
Add an option for extra env vars in the Code extension
lf-
-1
/
+1
2020-09-02
Move to vscode-languageclient 7.0.0-next.9
kjeremy
-1
/
+1
2020-08-17
Fix StatusNotification
vsrs
-1
/
+1
2020-07-02
Implement StatusBar
Aleksey Kladov
-1
/
+42
2020-04-25
Remove unnecessary async from vscode language client creation
veetaha
-1
/
+1
2020-04-08
Enable the SemanticTokensFeature by default
kjeremy
-1
/
+1
2020-04-02
Lean onto default implementation of configs
Aleksey Kladov
-2
/
+1
2020-03-31
Pass string instread of WorkspaceFolder
Tim
-2
/
+2
2020-03-31
Throw error if no folder is opened
Tim
-1
/
+1
2020-03-30
Add basic task support
Tim
-2
/
+7
2020-03-30
Style fixes
Kirill Bulatov
-2
/
+2
2020-03-30
Send the config from the client
Kirill Bulatov
-1
/
+2
2020-03-19
Rewrite auto-update
Aleksey Kladov
-5
/
+4
2020-03-16
Separate persistent mutable state from config
Aleksey Kladov
-2
/
+4
2020-03-07
vscode: prerefactor util.ts and ctx.ts
Veetaha
-7
/
+5
2020-03-02
Centralize the check for languageId on document
Julien Roncaglia
-1
/
+8
2020-02-23
vscode: gracefully handle cancellation errors
Veetaha
-21
/
+0
2020-02-17
Simplify ctor
Aleksey Kladov
-17
/
+7
2020-02-17
Remove two stage constuction
Aleksey Kladov
-14
/
+11
2020-02-17
Push IO and error handling up
Aleksey Kladov
-8
/
+2
2020-02-17
Simplify startup
Aleksey Kladov
-13
/
+0
2020-02-17
Simplify TS reload logic
Aleksey Kladov
-10
/
+13
2020-02-17
vscode: minor refactorings
Veetaha
-8
/
+4
2020-02-16
vscode: add version and storage parameters to github binary source
Veetaha
-0
/
+4
2020-02-09
vscode: minor names and message contents changes
Veetaha
-1
/
+4
2020-02-08
vscode: amended config to use binary from globalStoragePath, added ui for dow...
Veetaha
-1
/
+5
2020-02-08
vscode: add FIXME about language client shared resource protection
Veetaha
-0
/
+3
2020-02-03
Remove enableEnhancedTyping and type overriding infrastructure.
Gregoire Geis
-24
/
+0
2020-02-02
vscode: use void where possible
Veetaha
-2
/
+6
2020-02-02
vscode: fix, fallback to any for cmd type
Veetaha
-1
/
+1
[next]