aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_toolchain -> toolchainAleksey Kladov2020-08-121-2/+2
* Merge #5697bors[bot]2020-08-101-8/+2
|\
| * Remove 'as any'Jeremy Kolb2020-08-091-1/+1
| * Remove workaround for semantic token flickeringJeremy Kolb2020-08-091-7/+1
* | Fix no inlay hints / unresolved tokens until manual editVeetaha2020-08-081-3/+3
|/
* Merge #5513bors[bot]2020-07-311-2/+10
|\
| * delete empty lineUrban Dove2020-07-261-1/+0
| * try select correct workspace in vscode multi workspaceUrban Dove2020-07-261-2/+11
* | SSR: Restrict to current selection if anyDavid Lattimore2020-07-292-2/+4
* | SSR: Fix a typescript lint warningDavid Lattimore2020-07-241-1/+1
* | SSR: Pass current file position through to SSR code.David Lattimore2020-07-242-3/+13
|/
* Merge #5480bors[bot]2020-07-231-0/+4
|\
| * Fix snippetTextEdits applying to other filesTimo Freiberg2020-07-221-0/+4
* | ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's ...James Leitch2020-07-231-0/+1
|/
* Workaround rollup messing up default importsVeetaha2020-07-081-1/+4
* Gzip artifactsVeetaha2020-07-072-16/+17
* Add a command to compute memory usage statisticsJonas Schievink2020-07-073-0/+34
* Consider EPERM error as other vscode processes using rust-analyzerVeetaha2020-07-071-1/+1
* Fix: allow for binaries from $PATH to pass validity checkVeetaha2020-07-061-6/+2
* Revert "Dispose logger on extension deactivation"Veetaha2020-07-052-6/+0
* Dispose logger on extension deactivationVeetaha2020-07-052-0/+6
* Improve client logging (use output channel and more log levels)Veetaha2020-07-054-18/+49
* Merge #5202bors[bot]2020-07-033-13/+44
|\
| * Fix workspaceRootvsrs2020-07-031-1/+3
| * code lintingvsrs2020-07-032-2/+2
| * Add testsvsrs2020-07-033-10/+10
| * Add runnable env support.vsrs2020-07-033-11/+40
* | Pass CodeActionKind through our middleware to populate menusJeremy Kolb2020-07-021-2/+4
|/
* Merge #5188bors[bot]2020-07-023-1/+46
|\
| * Implement StatusBarAleksey Kladov2020-07-023-1/+46
| |
| \
| \
| \
*---. \ Merge #5089 #5161 #5184 #5185 #5186bors[bot]2020-07-021-7/+19
|\ \ \ \ | |_|_|/ |/| | |
| | | * Force showing extension activation error pop-up notificationVeetaha2020-07-021-3/+11
| | * | Always install required nightly extension if current one is not nightlyVeetaha2020-07-021-4/+8
| | |/
* | / Add reload workspace commandAleksey Kladov2020-07-013-4/+4
|/ /
* | Merge #5101bors[bot]2020-06-302-1/+6
|\ \ | |/ |/|
| * Add light-weight snapshot testing library with editor integrationAleksey Kladov2020-06-272-1/+6
* | Merge #5119bors[bot]2020-06-291-3/+9
|\ \
| * | Show notification while SSR is in progressDavid Lattimore2020-06-291-3/+9
| |/
* / Fix SSR prompt following #4919David Lattimore2020-06-271-1/+1
|/
* Merge #5017bors[bot]2020-06-265-83/+96
|\
| * Fix ts lintsvsrs2020-06-241-2/+2
| * Switch to ShellExecution instead of full Taskvsrs2020-06-242-41/+45
| * Add custom cargo runnersvsrs2020-06-245-56/+65
* | Merge branch 'Veetaha-feat/sync-branch'Aleksey Kladov2020-06-252-103/+0
|\ \
| * | Migrate flycheck to fully-lsp-compatible progress reports (introduce ra_progr...veetaha2020-06-182-103/+0
* | | Append 10 random hex chars to temp artifact filesVeetaha2020-06-241-1/+5
* | | Don't mess with messy temp dir and just download into extension dirVeetaha2020-06-241-57/+23
| |/ |/|
| |
| \
| \
| \
*---. \ Merge #4992 #4993 #4994 #4997 #4998bors[bot]2020-06-233-49/+65
|\ \ \ \
| | | * | Decouple http file stream logic from temp dir logicVeetaha2020-06-222-44/+57
| |_|/ / |/| | |
| | * | Make bootstrap error message more informative and better-fittingVeetaha2020-06-221-4/+8