about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
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-18/+42
2020-02-22vscode: migrate to tripple equalsVeetaha-2/+2
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/+11
2020-02-21enforce camel caseAleksey Kladov-6/+7
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-2/+2
2020-02-18Rename the binary to rust-analyzerAleksey Kladov-4/+4
2020-02-17Migrate to eslintAleksey Kladov-20/+20
2020-02-17vscode: remove comment about updates notificationVeetaha-1/+0
2020-02-17vscode: press ; to respect semicolonsVeetaha-17/+17
2020-02-17Simplify some more ctorsAleksey Kladov-9/+3
2020-02-17Simplify ctorAleksey Kladov-17/+7
2020-02-17remove debug printAleksey Kladov-2/+0
2020-02-17Remove two stage constuctionAleksey Kladov-21/+15
2020-02-17Fix link to the manualAleksey Kladov-1/+1
2020-02-17Push IO and error handling upAleksey Kladov-14/+13
2020-02-17Simplify startupAleksey Kladov-33/+25
2020-02-17Simplify TS reload logicAleksey Kladov-23/+51
2020-02-17Merge #3099bors[bot]-0/+38
2020-02-17Merge #3181bors[bot]-1/+3
2020-02-17Add arguments to rustfmtIlya Titkov-1/+3
2020-02-17vscode: minor refactoringsVeetaha-30/+28
2020-02-17vscode: add comment on possible UnhandledPromise rejection errorVeetaha-1/+3
2020-02-16vscode: fix stupid mistakeVeetaha-1/+1
2020-02-16Merge #3162bors[bot]-103/+175
2020-02-16vscode: fix the default value for withSysrootVeetaha-1/+1
2020-02-16vscode: save binary version when downloading and download only version that m...Veetaha-96/+72
2020-02-16vscode: extract downloadArtifact() functionVeetaha-0/+58
2020-02-16vscode: add release tag option to fetchArtifactReleaseInfo()Veetaha-5/+11
2020-02-16vscode: add version and storage parameters to github binary sourceVeetaha-2/+34
2020-02-15vscode: renamed langServer to serverVeetaha-22/+22
2020-02-15vscode: renmed ArtifactMetadata -> ArtifactReleaseInfo, languageServer -> lan...Veetaha-11/+11
2020-02-14Init implementation of structural search replaceMikhail Modin-0/+38
2020-02-14Merge #3131bors[bot]-211/+86
2020-02-14make onConfigChange handler privateVeetaha-1/+1
2020-02-14vscode: moved to getters as per matkladVeetaha-39/+33
2020-02-14Do not register all proposed featureskjeremy-1/+6
2020-02-14vscode: removed nested errors as per matkladVeetaha-4/+3
2020-02-13vscode: reordered config constructor before methodsVeetaha-5/+6
2020-02-13vscode: redesigned config with simplicity and Dart extension config implement...Veetaha-216/+96