about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
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-11/+41
2019-02-26Change default value of highlightingOn to falseVille Penttinen-1/+1
2019-02-18Use named multiline Problem Matcherkjeremy-29/+2
2019-02-12Specify vscode 1.31kjeremy-1/+1
2019-02-10Update dependenciesDJMcNab-8/+8
2019-02-10Fix trace and prettierDJMcNab-2/+4
2019-02-10Add support for a seperate output channel for trace messagesDJMcNab-10/+13
2019-02-07Update npm packageskjeremy-99/+65
2019-02-07Run prettierVille Penttinen-4/+11
2019-02-07Add new configuration "enableEnhancedTyping" to control registering of "type"...Ville Penttinen-1/+33
2019-02-04Implement lens for impls and support resolving lenses.Jeremy Kolb-0/+12
2019-01-30Merge #704 #705bors[bot]-9/+19
2019-01-30Clear the console when running single taskskjeremy-1/+2
2019-01-29Add category to the commandsDJMcNab-8/+16
2019-01-29Start the extension when rust-analyzer status is runDJMcNab-1/+3
2019-01-28align command namingAleksey Kladov-55/+72
2019-01-25add gc requestAleksey Kladov-0/+7
2019-01-25better statsAleksey Kladov-7/+59
2019-01-23ad status commandAleksey Kladov-0/+19
2019-01-19Address issues flagged in reviewMarcus Klaas de Vries-45/+45
2019-01-19Add additional pattern variantsMarcus Klaas de Vries-45/+45
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-15Fail Travis on Prettier formatting issueAlan Du-1/+1
2019-01-14Reveal the newly added source change in the editor.Jeremy A. Kolb-0/+1
2019-01-13:arrow_up: npmAleksey Kladov-69/+69
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/+13
2019-01-05fix open of created or renamed fileBernardo-1/+2
2019-01-03index stuff produced by macrosAleksey Kladov-437/+437
2019-01-03use lsp WorkspaceEdit instead of custom source_file_edits and file_system_editsBernardo-33/+10
2019-01-01named multiline problem patterns are not parsed properly in vscode at the momentBernardo-2/+29
2019-01-01fix regex and add rustc-watch problem matcherBernardo-23/+32
2018-12-28highlight macro identsAleksey Kladov-1/+2
2018-12-24Merge #302bors[bot]-1/+36
2018-12-24Add a very hacky workaround to not trace decorations requestsDJMcNab-1/+25
2018-12-22Fix analyzer extension fail when there are enabled any VIM extension.frai-13/+17
2018-12-20Support tracing lsp requests.DJMcNab-0/+11
2018-12-19Reload package-lock.jsonDJMcNab-72/+78
2018-12-15use new clear-terminal featureAleksey Kladov-15/+15
2018-12-09remove direct dep on event-stream: malisious version was unpublishedAleksey Kladov-126/+39
2018-12-08Add package command and upgrade event-streamDJMcNab-4/+20
2018-12-08Run npm update and add private and preview flagsDJMcNab-721/+785
2018-12-08Remove uneeded charactersDJMcNab-3/+3
2018-12-08Improve the extend keybinding to not conflictDJMcNab-1/+1
2018-11-27fix npm problemsAleksey Kladov-39/+24