about summary refs log tree commit diff
path: root/editors/code/src/ctx.ts
AgeCommit message (Expand)AuthorLines
2023-05-02fixing ts linting and rust testBruno Ortiz-9/+9
2023-05-02final rabasing fixesBruno Ortiz-16/+9
2023-05-02reveal only when tree is visibleBruno Ortiz-5/+29
2023-05-02improving code to work with multi-workspacesBruno Ortiz-3/+5
2023-05-02running prettierBruno Ortiz-22/+21
2023-05-02Reformat VSCode client codeLukas Wirth-6/+11
2023-05-02Creating rust dependencies tree viewbruno-ortiz-4/+6
2023-05-02fetching dependencies from the serverBruno Ortiz-15/+33
2023-05-02Reformat VSCode client codeLukas Wirth-9/+15
2023-05-02Creating rust dependencies tree viewbruno-ortiz-19/+36
2023-04-28fix: Fix restart server button trying to start instead of restart the serverLukas Wirth-1/+3
2023-04-10fix: when running the "discoverProjectCommand", use the Rust file'sDavid Barsky-6/+8
2023-03-28Auto merge of #14366 - Veykril:linked-proj, r=Veykrilbors-2/+5
2023-03-26Handle proc macro fetching via OpQueueLukas Wirth-1/+1
2023-03-25Add lsp command for rebuilding proc macrosLukas Wirth-1/+4
2023-03-25Fix lintsLukas Wirth-2/+2
2023-03-21Fix VS Code status message formatting errorx2cf-1/+1
2023-03-16feat: Pop a notification prompting the user to add a Cargo.toml of unlinked f...Lukas Wirth-1/+4
2023-03-14Auto merge of #14307 - davidbarsky:davidbarsky/add-cargo-style-project-discov...bors-4/+57
2023-03-14fix: don't override `linkedProjects` if no workspace was discovered.David Barsky-1/+3
2023-03-13Add a workspace config-based approach to reloading discovered projects.David Barsky-13/+27
2023-03-13remove errant `--` in `executeDiscoverProject`David Barsky-1/+1
2023-03-13fmtDavid Barsky-16/+33
2023-03-13This commit add Cargo-style project discovery for Buck and Bazel users.David Barsky-11/+31
2023-03-13Allow the status bar item to be clicked againLukas Wirth-2/+6
2023-03-10Add fancy buttons to the vscode status messageLukas Wirth-12/+22
2023-01-31Lazily create the trace output channelJonas Schievink-4/+2
2023-01-24Substitute VSCode variables more generallyLukas Wirth-4/+2
2023-01-23Add a 'open server logs' button to the error notificationLukas Wirth-0/+5
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