about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2020-04-24Merge #3998 #4006bors[bot]-3/+5
2020-04-22tasks.json SupportJonathan Dickinson-36/+67
2020-04-22Refactor the workaround a bitveetaha-19/+16
2020-04-22Work around crlf in syntax treeveetaha-2/+38
2020-04-21Jump to sourceChanges in other filesTimo Freiberg-3/+5
2020-04-16Add config for proc_macroEdwin Cheng-0/+1
2020-04-11fix: inlay hints config desyncronization between the frontend and the backendveetaha-2/+3
2020-04-11Merge #3942bors[bot]-9/+30
2020-04-11vscode: fix typing bug in configveetaha-9/+30
2020-04-11vscode: fix indentveetaha-5/+5
2020-04-08Enable the SemanticTokensFeature by defaultkjeremy-12/+7
2020-04-04vscode: log server binary pathveetaha-0/+2
2020-04-02Remove vscode_lldb settingAleksey Kladov-0/+4
2020-04-02Lean onto default implementation of configsAleksey Kladov-54/+7
2020-04-02vscode: postrefactorveetaha-12/+6
2020-04-02vscode: postrefactor variable namesveetaha-8/+8
2020-04-02vscode: add goto definition from rust file to syntax tree editorveetaha-5/+83
2020-04-02Merge #3820bors[bot]-262/+0
2020-04-02Remove old syntax highlightingAleksey Kladov-262/+0
2020-04-02Merge #3817bors[bot]-1/+4
2020-04-02vscode: add highlighting of syntax treeveetaha-1/+4
2020-04-02vscode: add support for light themes and color customization for syntax tree ...veetaha-2/+4
2020-03-31Merge #3780 #3787bors[bot]-54/+115
2020-03-31vscode: small refactorveetaha-1/+1
2020-03-31vscode: scroll to the syntax node in rust editor when highlightingveetaha-1/+2
2020-03-31vscode: apply review nitsVeetaha-1/+1
2020-03-31vscode: use ctx.subscriptions instead of local .disposablesveetaha-15/+12
2020-03-31vscode: add syntax tree inspection hovers and highlightsveetaha-55/+118
2020-03-31Pass string instread of WorkspaceFolderTim-5/+5
2020-03-31Remove unnecessary null checkTim-3/+1
2020-03-31Throw error if no folder is openedTim-4/+9
2020-03-31Use namespace importTim-19/+11
2020-03-30Add basic task supportTim-6/+77
2020-03-30Code review fixesKirill Bulatov-6/+8
2020-03-30Style fixesKirill Bulatov-5/+7
2020-03-30Send the config from the clientKirill Bulatov-24/+28
2020-03-30Process configuration response draftKirill Bulatov-3/+3
2020-03-30Client side draftKirill Bulatov-0/+6
2020-03-27vscode: fix release tag retrievalVeetaha-1/+1
2020-03-27vscode: show release tag with along with the commit hash for RA version commandveetaha-2/+7
2020-03-26Merge #3725bors[bot]-23/+21
2020-03-26vscode: small post-refactorveetaha-3/+1
2020-03-26vscode: fix memory leak on server restartveetaha-15/+13
2020-03-26vscode: fix local develveetaha-5/+7
2020-03-26Merge #3726bors[bot]-20/+11
2020-03-25vscode: refactor analyzer statusveetaha-20/+11
2020-03-25Use the right arch name for x86 (32 bit)Aleksey Kladov-1/+1
2020-03-24Extension types and renderingMatt Hooper-4/+34
2020-03-24Merge #3695bors[bot]-61/+45
2020-03-24Don't try to enable proposed API's on stableAleksey Kladov-21/+17