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
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
2020-02-02
vscode extension: migrate from any to unknown where possible
Veetaha
-6
/
+6
2020-02-02
vscode refactoring: use more laconic export snytax, split huge string to seve...
Veetaha
-1
/
+3
2020-02-02
vscode extension cleanup: migrate to prefer-const tslint rule
Veetaha
-1
/
+1
2019-12-31
Add semicolons
Aleksey Kladov
-7
/
+7
2019-12-31
Refactor server lifecycle
Aleksey Kladov
-29
/
+47
2019-12-31
Refactor config
Aleksey Kladov
-1
/
+2
2019-12-31
Move config to Ctx
Aleksey Kladov
-4
/
+1
2019-12-31
Refactor status activation
Aleksey Kladov
-0
/
+5
2019-12-31
Fix #2700
Aleksey Kladov
-1
/
+1
2019-12-31
Rearrange code
Aleksey Kladov
-1
/
+1
2019-12-30
Privatize highlighting
Aleksey Kladov
-5
/
+12
2019-12-30
Don't request inline hints repeatedly
Aleksey Kladov
-5
/
+8
2019-12-30
Retry inlay hints on content modified error
Aleksey Kladov
-0
/
+15
2019-12-30
Add config to Ctx
Aleksey Kladov
-0
/
+5
2019-12-30
Refactor show syntax tree action
Aleksey Kladov
-0
/
+4
2019-12-30
Refactor applySourceChange
Aleksey Kladov
-0
/
+22
2019-12-30
Move matching brace to new Ctx
Aleksey Kladov
-0
/
+7
2019-12-30
Run prettier
Aleksey Kladov
-10
/
+6
2019-12-30
More second command to Ctx
Aleksey Kladov
-1
/
+3
2019-12-30
Start new ctx module
Aleksey Kladov
-0
/
+30