aboutsummaryrefslogtreecommitdiff
path: root/editors/code
Commit message (Expand)AuthorAgeFilesLines
* Don't execute cargo watch when popup is dismissedpcpthm2019-03-221-2/+2
* Change enableCargoWatchOnStartup to have three statesVille Penttinen2019-03-213-16/+31
* Appease CIIgor Matuszewski2019-03-181-9/+7
* Guard auto cargo watch behind a config optionIgor Matuszewski2019-03-183-0/+17
* Separate out the interactive cargo watch procedureIgor Matuszewski2019-03-182-64/+70
* Reformat using PrettierIgor Matuszewski2019-03-182-17/+35
* Remove unused importsIgor Matuszewski2019-03-181-2/+1
* Prefer installing `cargo-watch` via Task APIIgor Matuszewski2019-03-181-23/+14
* Respect the user-provided label when creating taskIgor Matuszewski2019-03-181-1/+1
* Ask the user to install and start cargo watchIgor Matuszewski2019-03-181-5/+61
* Define a cargo watch taskIgor Matuszewski2019-03-181-1/+21
* Remove redundant Runnable.rangeIgor Matuszewski2019-03-181-1/+0
* activate extension if Cargo.toml is presentAleksey Kladov2019-03-131-1/+2
* Applied code style of ``npm run fix``Lucas Spits2019-03-111-6/+4
* Fix typescript linting errorsLucas Spits2019-03-111-1/+1
* Merge branch 'master' of https://github.com/LDSpits/rust-analyzer into featur...Lucas Spits2019-03-111-2/+2
|\
| * prettier formatBernardo2019-03-101-1/+1
| * simplify watch patternsBernardo2019-03-101-3/+3
* | Retrieve current directory from workspacesLucas Spits2019-03-111-2/+18
|/
* Add showWorkspaceLoadedNotification to vscode clientVille Penttinen2019-03-063-1/+15
* Allow syntax tree to update when changing filesVille Penttinen2019-03-032-17/+26
* Rename syntaxtree text provider to SyntaxTreeContentProviderVille Penttinen2019-03-033-13/+11
* Add vscode support for range in SyntaxTreeParamsVille Penttinen2019-03-033-11/+41
* Change default value of highlightingOn to falseVille Penttinen2019-02-261-1/+1
* Use named multiline Problem Matcherkjeremy2019-02-181-29/+2
* Specify vscode 1.31kjeremy2019-02-121-1/+1
* Update dependenciesDJMcNab2019-02-102-8/+8
* Fix trace and prettierDJMcNab2019-02-101-2/+4
* Add support for a seperate output channel for trace messagesDJMcNab2019-02-103-10/+13
* Update npm packageskjeremy2019-02-072-99/+65
* Run prettierVille Penttinen2019-02-071-4/+11
* Add new configuration "enableEnhancedTyping" to control registering of "type"...Ville Penttinen2019-02-073-1/+33
* Implement lens for impls and support resolving lenses.Jeremy Kolb2019-02-041-0/+12
*-. Merge #704 #705bors[bot]2019-01-301-9/+19
|\ \
| * | Add category to the commandsDJMcNab2019-01-291-8/+16
| * | Start the extension when rust-analyzer status is runDJMcNab2019-01-291-1/+3
| |/
* / Clear the console when running single taskskjeremy2019-01-301-1/+2
|/
* align command namingAleksey Kladov2019-01-2813-55/+72
* add gc requestAleksey Kladov2019-01-252-0/+7
* better statsAleksey Kladov2019-01-252-7/+59
* ad status commandAleksey Kladov2019-01-224-0/+19
* Address issues flagged in reviewMarcus Klaas de Vries2019-01-191-45/+45
* Add additional pattern variantsMarcus Klaas de Vries2019-01-191-45/+45
* Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is setAndrew Ross2019-01-191-2/+5
* Prettier fixAlan Du2019-01-151-1/+4
* Fail Travis on Prettier formatting issueAlan Du2019-01-151-1/+1
* Reveal the newly added source change in the editor.Jeremy A. Kolb2019-01-141-0/+1
* :arrow_up: npmAleksey Kladov2019-01-132-69/+69
* npm fix runJeremy Kolb2019-01-124-9/+16
* Move run_single into runnablesJeremy Kolb2019-01-124-66/+17