about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2019-04-02Fix prettier errorEdwin Cheng-1/+1
2019-04-02Add terminate process implemntation noteEdwin Cheng-0/+7
2019-04-02Add Cargo.toml file check before cargo watch startEdwin Cheng-0/+22
2019-04-02Add cargo-watch.check-argumentsEdwin Cheng-74/+127
2019-04-02Add config for cargo-watch traceEdwin Cheng-15/+55
2019-04-02Add proper process teminate methodEdwin Cheng-8/+62
2019-04-02Fix prettier errorEdwin Cheng-22/+31
2019-04-02Fixed tslint errorEdwin Cheng-1/+1
2019-04-02Fix tslint errorEdwin Cheng-63/+65
2019-04-02Improve cargo-watch usageEdwin Cheng-24/+177
2019-03-22Don't execute cargo watch when popup is dismissedpcpthm-2/+2
2019-03-21Change enableCargoWatchOnStartup to have three statesVille Penttinen-13/+18
2019-03-18Appease CIIgor Matuszewski-9/+7
2019-03-18Guard auto cargo watch behind a config optionIgor Matuszewski-0/+12
2019-03-18Separate out the interactive cargo watch procedureIgor Matuszewski-64/+70
2019-03-18Reformat using PrettierIgor Matuszewski-17/+35
2019-03-18Remove unused importsIgor Matuszewski-2/+1
2019-03-18Prefer installing `cargo-watch` via Task APIIgor Matuszewski-23/+14
2019-03-18Respect the user-provided label when creating taskIgor Matuszewski-1/+1
2019-03-18Ask the user to install and start cargo watchIgor Matuszewski-5/+61
2019-03-18Define a cargo watch taskIgor Matuszewski-1/+21
2019-03-18Remove redundant Runnable.rangeIgor Matuszewski-1/+0
2019-03-11Applied code style of ``npm run fix``Lucas Spits-6/+4
2019-03-11Fix typescript linting errorsLucas Spits-1/+1
2019-03-11Retrieve current directory from workspacesLucas Spits-2/+18
2019-03-06Add showWorkspaceLoadedNotification to vscode clientVille Penttinen-1/+10
2019-03-03Allow syntax tree to update when changing filesVille Penttinen-17/+26
2019-03-03Rename syntaxtree text provider to SyntaxTreeContentProviderVille Penttinen-13/+11
2019-03-03Add vscode support for range in SyntaxTreeParamsVille Penttinen-10/+40
2019-02-10Fix trace and prettierDJMcNab-2/+4
2019-02-10Add support for a seperate output channel for trace messagesDJMcNab-2/+5
2019-02-07Run prettierVille Penttinen-4/+11
2019-02-07Add new configuration "enableEnhancedTyping" to control registering of "type"...Ville Penttinen-1/+28
2019-02-04Implement lens for impls and support resolving lenses.Jeremy Kolb-0/+12
2019-01-30Clear the console when running single taskskjeremy-1/+2
2019-01-28align command namingAleksey Kladov-30/+47
2019-01-25add gc requestAleksey Kladov-0/+3
2019-01-25better statsAleksey Kladov-7/+59
2019-01-23ad status commandAleksey Kladov-0/+15
2019-01-19Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is setAndrew Ross-2/+5
2019-01-15Prettier fixAlan Du-1/+4
2019-01-14Reveal the newly added source change in the editor.Jeremy A. Kolb-0/+1
2019-01-12npm fix runJeremy Kolb-9/+16
2019-01-12Move run_single into runnablesJeremy Kolb-66/+17
2019-01-11Code lens support for running testsJeremy A. Kolb-0/+68
2019-01-05Allow user to set path to ra_lsp_server in vscode settingsgentoo90-1/+6
2019-01-05fix open of created or renamed fileBernardo-1/+2
2019-01-03use lsp WorkspaceEdit instead of custom source_file_edits and file_system_editsBernardo-33/+10
2018-12-28highlight macro identsAleksey Kladov-1/+2
2018-12-24Merge #302bors[bot]-1/+25