about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2020-03-16vscode-postrefactor: fix syntax errorVeetaha-1/+1
2020-03-16vscode-postrefactor: prefer arrow functionsVeetaha-1/+1
2020-03-16Merge #3540bors[bot]-8/+11
2020-03-15Swtches to rust SSR query checkMikhail Modin-8/+11
2020-03-14vscode: sync package-lock.json version with package.jsonVeetaha-1/+1
2020-03-14vscode-postrefactor: more logging and better error handlingVeetaha-23/+31
2020-03-14vscode-postrefactor: enforcing more reentrancyVeetaha-4/+7
2020-03-14vscode-postrefactor: minor config refactoringsVeetaha-4/+5
2020-03-14vscode-postrefactor: unhandled promise rejections shall not pass 2Veetaha-1/+1
2020-03-14vscode-postrefactor: add achtung commentVeetaha-0/+4
2020-03-14vscode-postrefactor: remove remainders of debug loggingVeetaha-1/+0
2020-03-14vscode-postrefactor: unhandled promise rejections shall not passVeetaha-1/+1
2020-03-14vscode-postrefactor: compare dates by value, not by referenceVeetaha-2/+2
2020-03-14vscode-postrefactor: eliminate my-mistake floating promise @matkladVeetaha-1/+1
2020-03-14vscode-postrefactor: global storagesVeetaha-20/+19
2020-03-14vscode: put comma backVeetaha-1/+1
2020-03-14vscode: make bailing out on custom serverPath more evidentVeetaha-10/+8
2020-03-14vscode: npm run fixVeetaha-4/+4
2020-03-14vscode: amend server installation logic to account for nightliesVeetaha-52/+57
2020-03-14vscode: add nightly extension installation logicVeetaha-0/+131
2020-03-14vscode: prepare config for nightliesVeetaha-15/+96
2020-03-14vscode: prepare package.json for nightliesVeetaha-3/+16
2020-03-14vscode: get release date from release infoVeetaha-14/+7
2020-03-14vscode-prerefactor: add some utility functionsVeetaha-6/+63
2020-03-14vscode-prerefactor: merge two files into downloads.tsVeetaha-50/+46
2020-03-13Merge #3561 #3577bors[bot]-3/+24
2020-03-12Update editors/code/src/config.tshdevalke-1/+0
2020-03-12fixup! feat: add debug code lensHannes De Valkeneer-3/+2
2020-03-12fixup! feat: add debug code lensHannes De Valkeneer-6/+1
2020-03-12fixup! feat: add debug code lensHannes De Valkeneer-2/+1
2020-03-12Simpler deserializationAleksey Kladov-1/+6
2020-03-12Merge #3543bors[bot]-8/+25
2020-03-12Make maxLength nullable againSteffen Lyngbaek-3/+6
2020-03-11Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek-29/+20
2020-03-11feat: add debug code lensHannes De Valkeneer-3/+32
2020-03-11settings: rust-analyzer.cargo-watch.enable: clarify that the setting enables ...Matthias Krüger-1/+1
2020-03-11Merge #3549bors[bot]-0/+7
2020-03-10Address Issues from GithubSteffen Lyngbaek-1/+3
2020-03-10Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek-8/+29
2020-03-10Force latest stablekjeremy-5/+5
2020-03-11Add additional_outdirs in configEdwin Cheng-0/+7
2020-03-09Merge #3514bors[bot]-23/+36
2020-03-09vscode: groupd updates-related config under `updates` section as per @matkladVeetaha-2/+2
2020-03-08Use markdown description in vscodeJulien Roncaglia-9/+9
2020-03-08vscode: fix inversion of askBeforeDownloadVeetaha-1/+1
2020-03-08vscode: rename alwaysDownloadServer -> askBeforeDownloadVeetaha-4/+4
2020-03-08vscode: care about alwaysDownloadServer option before askingVeetaha-23/+31
2020-03-07vscode: contribute "alwaysDownloadServer" option to configVeetaha-0/+5
2020-03-07vscode: post refactor HintsUpdater (simplify create() -> constructor call)Veetaha-16/+10
2020-03-07vscode: more privacy for HintsUpdaterVeetaha-1/+1