aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/extension.ts
Commit message (Expand)AuthorAgeFilesLines
* Rename extension.ts -> main.tsAleksey Kladov2019-12-301-203/+0
* Keep VSCode config mostly backwards compatibleEmil Lauridsen2019-12-251-1/+1
* Re-format VSCode extension changesEmil Lauridsen2019-12-251-4/+6
* Re-implement status display using LSP 3.15 progress eventEmil Lauridsen2019-12-251-0/+8
* Remove cargo-watch from vscode extension.Emil Lauridsen2019-12-251-25/+0
* Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-28/+28
* Code: bump depsLaurențiu Nicola2019-12-081-3/+4
* Code: check whether the LSP binary is in PATHLaurențiu Nicola2019-12-081-4/+8
* Use DocumentProvider instead of HoverEdwin Cheng2019-11-191-10/+12
* Fix npm formattingEdwin Cheng2019-11-191-6/+6
* Add recursive expand in vscodeEdwin Cheng2019-11-191-5/+15
* Add link to the vscode VIM extension compatibility warning.krk2019-10-301-1/+1
* Avoid shared mutable stateKirill Bulatov2019-08-051-4/+16
* npm run fixKirill Bulatov2019-07-251-9/+17
* Code review fixesKirill Bulatov2019-07-251-6/+6
* Fix linter issuesKirill Bulatov2019-07-251-3/+9
* Simplify the hints displayKirill Bulatov2019-07-251-1/+0
* Show type decoratorsKirill Bulatov2019-07-251-0/+11
* switch to official extend selection APIAleksey Kladov2019-04-211-4/+0
* start cargo watch if not started interactivelyBernardo2019-04-191-1/+8
* cargo watch start and stop commandsBernardo2019-04-191-1/+15
* PrettierRoberto Vidal2019-04-161-2/+1
* Adds "restart server" commandRoberto Vidal2019-04-161-1/+15
* Fix prettier errorEdwin Cheng2019-04-021-1/+1
* Improve cargo-watch usageEdwin Cheng2019-04-021-2/+2
* Separate out the interactive cargo watch procedureIgor Matuszewski2019-03-181-63/+3
* Reformat using PrettierIgor Matuszewski2019-03-181-12/+30
* Remove unused importsIgor Matuszewski2019-03-181-2/+1
* Prefer installing `cargo-watch` via Task APIIgor Matuszewski2019-03-181-23/+14
* Ask the user to install and start cargo watchIgor Matuszewski2019-03-181-5/+61
* Allow syntax tree to update when changing filesVille Penttinen2019-03-031-2/+2
* Rename syntaxtree text provider to SyntaxTreeContentProviderVille Penttinen2019-03-031-5/+5
* Add vscode support for range in SyntaxTreeParamsVille Penttinen2019-03-031-1/+5
* Add new configuration "enableEnhancedTyping" to control registering of "type"...Ville Penttinen2019-02-071-1/+3
* Implement lens for impls and support resolving lenses.Jeremy Kolb2019-02-041-0/+12
* align command namingAleksey Kladov2019-01-281-15/+25
* add gc requestAleksey Kladov2019-01-251-0/+3
* better statsAleksey Kladov2019-01-251-1/+4
* ad status commandAleksey Kladov2019-01-221-0/+1
* npm fix runJeremy Kolb2019-01-121-2/+4
* Move run_single into runnablesJeremy Kolb2019-01-121-1/+1
* Code lens support for running testsJeremy A. Kolb2019-01-111-0/+3
* Fix analyzer extension fail when there are enabled any VIM extension.frai2018-12-221-13/+17
* Fold multiline commentsAdolfo Ochagavía2018-10-121-2/+2
* Format vscode extension and add npm run fixAdolfo Ochagavía2018-10-091-8/+13
* Add on-enter handlerAleksey Kladov2018-10-091-1/+19
* Run prettier on all filesDaniel McNab2018-10-081-10/+18
* Add some commentsAdolfo Ochagavía2018-10-081-3/+14
* Apply tslint suggestions, round oneAdolfo Ochagavía2018-10-071-11/+11
* Refactor vscode extensionAdolfo Ochagavía2018-10-071-415/+26