about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2020-03-08vscode: rename alwaysDownloadServer -> askBeforeDownloadVeetaha-1/+1
2020-03-08vscode: care about alwaysDownloadServer option before askingVeetaha-23/+31
2020-03-07vscode: post refactor HintsUpdater (simplify create() -> constructor call)Veetaha-16/+10
2020-03-07vscode: more privacy for HintsUpdaterVeetaha-1/+1
2020-03-07vscode: remove logging from inlays, run fix lint issuesVeetaha-18/+7
2020-03-07vscode: remove logic for caching editors as per @matkladVeetaha-222/+136
2020-03-07vscode: prerefactor util.ts and ctx.tsVeetaha-10/+14
2020-03-07vscode: refresh all editors on text changes, simplify inlays apiVeetaha-13/+11
2020-03-07vscode: add dat semicolonVeetaha-1/+1
2020-03-07vscode: simpifyVeetaha-5/+1
2020-03-07vscode: redesign inlay hints to be capable of handling multiple editorsVeetaha-106/+273
2020-03-07vscode: extract Type and Param hint cases of InlayHint at type level (needed ...Veetaha-8/+14
2020-03-03Merge #3388bors[bot]-15/+25
2020-03-02Centralize the check for languageId on documentJulien Roncaglia-24/+25
2020-03-02Don't fail loudly if the old highlighting breaksAleksey Kladov-4/+6
2020-03-01Remove inlay in diff viewsJulien Roncaglia-1/+10
2020-02-29vscode: simplify assert.eq() to assert() as per matkladVeetaha-15/+4
2020-02-29vscode: add dat semicolonVeetaha-1/+1
2020-02-29vscode: add equality assertionVeetaha-2/+12
2020-02-29vscode: rename nodeAssert -> nativeAssertVeetaha-2/+2
2020-02-29vscode: add error loging on failed assertionVeetaha-1/+6
2020-02-28vscode: migrate to more type-safe assert implVeetaha-8/+10
2020-02-28Reset fontStyle for inlay hintsAleksey Kladov-0/+2
2020-02-27Fix lintAleksey Kladov-1/+1
2020-02-27Fix flickering with new syntax highlightingAleksey Kladov-1/+9
2020-02-26Config to switch to semantic tokensAleksey Kladov-3/+10
2020-02-26Merge pull request #3321 from kjeremy/semantic-clientAleksey Kladov-0/+3
2020-02-26Enable SemanticTokens on the clientJeremy Kolb-0/+3
2020-02-26Remove unnecessary depAleksey Kladov-13/+8
2020-02-25Merge #3295bors[bot]-20/+40
2020-02-25vscode: wrap non-single-line if body with curlies as per matkladVeetaha-3/+5
2020-02-25vscode: migrate rust-analyzer-api to import * as lc as per matklad and kjeremyVeetaha-23/+23
2020-02-25vscode: run fmtVeetaha-1/+1
2020-02-25vscode: migrate inlay_hints to rust-analyzer-api.tsVeetaha-31/+16
2020-02-25vscode: migrate syntax_tree to rust-analyzer-api.tsVeetaha-20/+7
2020-02-25vscode: migrate ssr to rust-analyzer-api.tsVeetaha-11/+5
2020-02-25vscode: migrate runnables to rust-analyzer-api.tsVeetaha-22/+7
2020-02-25vscode: migrate parent_module to rust-analyzer-api.tsVeetaha-7/+3
2020-02-25vscode: migrate on_enter to rust-analyzer-api.tsVeetaha-14/+7
2020-02-25vscode: migrate matching_brace to rust-analyzer-api.tsVeetaha-12/+3
2020-02-25vscode: migrate join_lines to rust-analyzer-api.tsVeetaha-13/+4
2020-02-25vscode: migrate collectGarbage to rust-analyzer-api.tsVeetaha-5/+4
2020-02-25vscode: migrate expand_macro to rust-analyzer-api.tsVeetaha-13/+5
2020-02-25vscode: migrate analyzer_status to rust-analyzer-api.tsVeetaha-4/+2
2020-02-25vscode: migrate highlighting to rust-analyzer-api.tsVeetaha-39/+21
2020-02-25vscode: migrate source_cnage.rs to rust-analyzer-api.rsVeetaha-7/+2
2020-02-25vscode: create rust-analyzer-api.tsVeetaha-0/+117
2020-02-24vscode: remove type assertionVeetaha-1/+1
2020-02-24add error handling to fetchArtifactReleaseInfo(), throw Error when no artifac...Veetaha-19/+37
2020-02-24CleanpAleksey Kladov-2/+2