about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2020-02-25Merge #3295bors[bot]-21/+42
2020-02-25Merge #3299bors[bot]-198/+203
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: bump TypeScript versionVeetaha-4/+4
2020-02-24vscode: remove type assertionVeetaha-2/+3
2020-02-24add error handling to fetchArtifactReleaseInfo(), throw Error when no artifac...Veetaha-19/+37
2020-02-24CleanpAleksey Kladov-2/+2
2020-02-24Merge #3290bors[bot]-0/+6
2020-02-24Don't block onEnter if request failsAleksey Kladov-0/+6
2020-02-24Merge #3288bors[bot]-2/+5
2020-02-24Don't break onEnter if rust-analyzer fails to startAleksey Kladov-0/+23
2020-02-24Quick fix circular json error when sanity-check failsVeetaha-2/+5
2020-02-23vscode: gracefully handle cancellation errorsVeetaha-44/+60
2020-02-22Extract client-side loggingAleksey Kladov-21/+51
2020-02-22vscode: migrate to tripple equalsVeetaha-9/+10
2020-02-21Use stdout directlyEdwin Cheng-2/+1
2020-02-21Use ensureServerBinary insteadEdwin Cheng-5/+17
2020-02-21Add trailing newlineEdwin Cheng-1/+2
2020-02-21Improve server version infoEdwin Cheng-0/+16
2020-02-21enforce camel caseAleksey Kladov-6/+8
2020-02-20Improved compatibility with themeseaglgenes101-6/+10
2020-02-18Merge pull request #3204 from Veetaha/feature/vscode-remove-updates-notificat...Aleksey Kladov-1/+0
2020-02-18Rename config value for server PathAleksey Kladov-3/+3
2020-02-18Rename the binary to rust-analyzerAleksey Kladov-6/+6
2020-02-18Merge pull request #3209 from matklad/eslintAleksey Kladov-80/+900
2020-02-18Allow floating promisesAleksey Kladov-1/+0
2020-02-17vscode-languageclient 6.1.1kjeremy-8/+8
2020-02-17Migrate to eslintAleksey Kladov-80/+901
2020-02-17vscode: remove comment about updates notificationVeetaha-1/+0
2020-02-17vscode: press ; to respect semicolonsVeetaha-17/+17
2020-02-17Fix extension nameAleksey Kladov-1/+1
2020-02-17Simplify some more ctorsAleksey Kladov-9/+3
2020-02-17Simplify ctorAleksey Kladov-17/+7
2020-02-17remove debug printAleksey Kladov-2/+0