aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
Commit message (Expand)AuthorAgeFilesLines
* Insert a ZWNJ before type hintsLaurențiu Nicola2020-10-151-2/+4
* Fix resolveCodeAction requestLaurențiu Nicola2020-10-131-2/+2
* Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-081-1/+1
* Code reorganisation and field supportZac Pullar-Strecker2020-10-082-4/+4
* Changes from reviewZac Pullar-Strecker2020-10-081-10/+1
* WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-083-2/+35
* Support 'runnables' options in the vs code extensionIgor Aleksanov2020-10-023-1/+13
* Extend **Status** command to also show dep info for the fileAleksey Kladov2020-09-292-8/+16
* Add method references CodeLensvsrs2020-09-291-0/+1
* Fix lintMatthias Einwag2020-09-231-1/+1
* Move unlink on download into download functionMatthias Einwag2020-09-232-11/+11
* Remane functionMatthias Einwag2020-09-231-5/+5
* Use closure in trailing position and strongly type header mapMatthias Einwag2020-09-232-18/+21
* Apply suggestions from code reviewMatthias Einwag2020-09-231-1/+1
* Remove stray newlineMatthias Einwag2020-09-231-1/+0
* Fix clearing the tokenMatthias Einwag2020-09-231-3/+8
* Add a command for updating the Github API tokenMatthias Einwag2020-09-231-0/+4
* Use retry dialog also for downloadsMatthias Einwag2020-09-231-20/+30
* Fix tslintMatthias Einwag2020-09-231-2/+2
* Allow to use a Github Auth token for fetching releasesMatthias Einwag2020-09-233-4/+72
* Fix LSP requests with no argumentsLaurențiu Nicola2020-09-172-6/+6
* Fix delimiter in SSR exampleLaurențiu Nicola2020-09-151-1/+1
* Move to vscode-languageclient 7.0.0-next.9kjeremy2020-09-024-18/+9
*-. Merge #5910 #5912bors[bot]2020-08-292-2/+1
|\ \
| | * Remove fixme from inlay_hints.tsVeetaha2020-08-291-1/+0
| |/ |/|
| * Fix some typosKirill Bulatov2020-08-281-1/+1
|/
* Make inlay hints colors more configurableVeetaha2020-08-261-47/+28
* Merge #5841bors[bot]2020-08-241-0/+8
|\
| * Gate stream.pipeline workaround on fixed versions of nodeVeetaha2020-08-211-0/+8
* | Dont ask me why...Veetaha2020-08-211-1/+0
|/
* Merge #5782bors[bot]2020-08-172-2/+5
|\
| * Fix StatusNotificationvsrs2020-08-172-2/+5
* | 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