about summary refs log tree commit diff
path: root/editors/code/src/ctx.ts
AgeCommit message (Expand)AuthorLines
2022-11-18feat: Allow viewing the full compiler diagnostic in a readonly textviewLukas Wirth-1/+2
2022-10-29Properly handle vscode workspace changesLukas Wirth-7/+60
2022-10-29Always set up VSCode commandsLukas Wirth-41/+61
2022-10-28feat: Clicking the status bar item stops and starts the serverLukas Wirth-3/+10
2022-10-21internal: Properly handle commands in the VSCode client when the server is st...Lukas Wirth-19/+61
2022-10-20internal: Properly handle language configuration config changesLukas Wirth-1/+7
2022-10-17Cleanup output channelsLukas Wirth-15/+9
2022-10-17Implement stop and start server commandsLukas Wirth-2/+0
2022-10-17Make more things privateLukas Wirth-14/+21
2022-10-17Properly reload changed configs for server startLukas Wirth-28/+30
2022-10-17Refactor language client handlingLukas Wirth-30/+113
2022-10-14Revert "fix: in VSCode, correctly resolve relative paths to errors"Jonas Schievink-4/+0
2022-10-08fix: in VSCode, correctly resolve relative paths to errorsAleksey Kladov-0/+4
2022-07-22Auto merge of #12850 - Veykril:display-fix, r=Veykrilbors-1/+3
2022-07-23fix: Fix error tooltip message for VSCode status bar itemLukas Wirth-1/+3
2022-07-23Revert 03a62c180e6a7300d0d7b8c4d680b749c101bcbbLukas Wirth-1/+2
2022-07-13fix: Fix VSCode status bar tooltip not showing the error messagesLukas Wirth-15/+16
2022-07-09Bump vscode-languageclientLaurențiu Nicola-2/+1
2022-06-15fix: Clear proc-macro changed flag when reloading workspaceLukas Wirth-2/+2
2022-06-05internal: Keep output channels across restartsLukas Wirth-2/+0
2022-06-05fix: Cleanup output channels when restarting serverLukas Wirth-0/+2
2022-06-01[editors/vscode] cleaer status bar bg color / command when server status ret...Jake Heinz-0/+2
2022-05-26internal: Use statusBarItem colors for status item in VSCodeLukas Wirth-2/+8
2022-05-17prettier runAndrei Listochkin-21/+17
2022-05-01auto update old configurations to newer onesLukas Wirth-1/+1
2021-08-10Use local node_modules to allow the graph to load offlineAndré Oliveira-0/+4
2021-06-07fixMilo-1/+1
2021-06-06fixMilo-1/+1
2021-06-06when you click status bar icon it now restarts serverMilo-0/+1
2021-05-26Create tasks for all workspacesKirill Bulatov-1/+0
2021-05-23Fix ts lint errorsKirill Bulatov-4/+4
2021-05-23Send detached files info to server via init paramsKirill Bulatov-2/+12
2021-05-23Start rust-analyzer server for arbitrary rust filesKirill Bulatov-1/+1
2021-04-06Sacrifice for the semicolon godAleksey Kladov-2/+2
2021-04-06More robust status notificationsAleksey Kladov-29/+18
2021-01-29Update vscode for new statusEdwin Cheng-0/+6
2020-12-30Add an option for extra env vars in the Code extensionlf--1/+1
2020-09-02Move to vscode-languageclient 7.0.0-next.9kjeremy-1/+1
2020-08-17Fix StatusNotificationvsrs-1/+1
2020-07-02Implement StatusBarAleksey Kladov-1/+42
2020-04-25Remove unnecessary async from vscode language client creationveetaha-1/+1
2020-04-08Enable the SemanticTokensFeature by defaultkjeremy-1/+1
2020-04-02Lean onto default implementation of configsAleksey Kladov-2/+1
2020-03-31Pass string instread of WorkspaceFolderTim-2/+2
2020-03-31Throw error if no folder is openedTim-1/+1
2020-03-30Add basic task supportTim-2/+7
2020-03-30Style fixesKirill Bulatov-2/+2
2020-03-30Send the config from the clientKirill Bulatov-1/+2
2020-03-19Rewrite auto-updateAleksey Kladov-5/+4
2020-03-16Separate persistent mutable state from configAleksey Kladov-2/+4