about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2019-12-30Add config to CtxAleksey Kladov-9/+10
2019-12-30Encapsulate highlighting activationAleksey Kladov-35/+24
2019-12-30Encapsulate inlay hints activationAleksey Kladov-38/+39
2019-12-30Dead codeAleksey Kladov-18/+2
2019-12-30status is not a commandAleksey Kladov-13/+13
2019-12-30Hints are not commandsAleksey Kladov-4/+2
2019-12-30Move all commands to ctxAleksey Kladov-22/+26
2019-12-30Minor refactorAleksey Kladov-9/+7
2019-12-30Refactor runablesAleksey Kladov-67/+66
2019-12-30Move expand macro to the new contextAleksey Kladov-75/+53
2019-12-30CleanupAleksey Kladov-11/+11
2019-12-30Cleanup importsAleksey Kladov-8/+12
2019-12-30Refactor show syntax tree actionAleksey Kladov-134/+116
2019-12-30Run prettier on all filesAleksey Kladov-23/+18
2019-12-30Move parentModule to the new CtxAleksey Kladov-37/+37
2019-12-30Refactor applySourceChangeAleksey Kladov-89/+68
2019-12-30Move joinLines to the new CtxAleksey Kladov-21/+21
2019-12-30Fix server config mispell in vscode extensionEmil Lauridsen-1/+1
2019-12-30Move matching brace to new CtxAleksey Kladov-32/+35
2019-12-30Run prettierAleksey Kladov-20/+16
2019-12-30Add prettierAleksey Kladov-6/+19
2019-12-30More second command to CtxAleksey Kladov-11/+14
2019-12-30Start new ctx moduleAleksey Kladov-20/+63
2019-12-30SimplifyAleksey Kladov-32/+29
2019-12-30Rename extension.ts -> main.tsAleksey Kladov-4/+4
2019-12-30Minimize typescript CIAleksey Kladov-1/+1
2019-12-30Add rollupAleksey Kladov-35/+751
2019-12-30Minimize TypeScript buildAleksey Kladov-1839/+14
2019-12-30Trim down launch configurationsAleksey Kladov-62/+0
2019-12-29Merge #2061bors[bot]-12/+358
2019-12-25Keep VSCode config mostly backwards compatibleEmil Lauridsen-35/+40
2019-12-25Re-format VSCode extension changesEmil Lauridsen-19/+20
2019-12-25Re-implement status display using LSP 3.15 progress eventEmil Lauridsen-0/+51
2019-12-25Remove cargo watch supporting code and tests from vscode extensionEmil Lauridsen-1684/+0
2019-12-25Configuration plumbing for cargo watcherEmil Lauridsen-74/+28
2019-12-25Remove cargo-watch from vscode extension.Emil Lauridsen-454/+1
2019-12-24Fix https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r3487...Seivan Heidari-16/+20
2019-12-23Merge branch 'master' into feature/themesSeivan Heidari-699/+1186
2019-12-20Protect against null as revealed by `npm test`kjeremy-2/+7
2019-12-20Update to latest packageskjeremy-33/+33
2019-12-18Use substr instead of endswithEdwin Cheng-3/+3
2019-12-18Add testsEdwin Cheng-0/+295
2019-12-18Add macro span handlingEdwin Cheng-0/+38
2019-12-17Merge #2583bors[bot]-3/+47
2019-12-17use pretter settings in ts-lintEdwin Cheng-3/+47
2019-12-17Merge #2580bors[bot]-4/+4
2019-12-17Fix highlighting token namesAleksey Kladov-4/+4
2019-12-17Merge #2568bors[bot]-2/+18
2019-12-17Merge #2571bors[bot]-1/+1
2019-12-17Default to client watching on VS CodeAleksey Kladov-3/+3