about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2022-11-18feat: Allow viewing the full compiler diagnostic in a readonly textviewLukas Wirth-3/+74
2022-11-08Auto merge of #13582 - lnicola:nest-cargo-toml, r=lnicolabors-0/+5
2022-11-08Nest Cargo.lock under Cargo.toml in CodeLaurențiu Nicola-0/+5
2022-11-07Auto merge of #13545 - Veykril:adjustment-hints, r=Veykrilbors-1/+16
2022-11-07Fix typosLaurențiu Nicola-1/+1
2022-11-04Auto merge of #13541 - Veykril:dbg-cmd, r=Veykrilbors-14/+14
2022-11-05Mark the Memory Usage command as debug commandLukas Wirth-5/+5
2022-11-04Fix up adjustment hints configurationsLukas Wirth-1/+16
2022-11-03Clarify what commands are debug commands in VSCodeLukas Wirth-9/+9
2022-11-02Auto merge of #13530 - lnicola:bump-ovsx, r=lnicolabors-8/+8
2022-11-02Bump ovsxLaurențiu Nicola-8/+8
2022-11-02Auto merge of #13359 - feniljain:feat-must-use-option, r=Veykrilbors-0/+5
2022-10-29Properly handle vscode workspace changesLukas Wirth-39/+73
2022-10-29Always set up VSCode commandsLukas Wirth-128/+139
2022-10-28feat: Clicking the status bar item stops and starts the serverLukas Wirth-6/+11
2022-10-24refactor: remove repetitive string interpolation and doc changesfeniljain-1/+1
2022-10-24feat: add config for inserting must_use in `generate_enum_as_method`feniljain-0/+5
2022-10-22Implement invocation location configLukas Wirth-6/+32
2022-10-21Auto merge of #13453 - Veykril:disabled-commands, r=Veykrilbors-103/+136
2022-10-21internal: Properly handle commands in the VSCode client when the server is st...Lukas Wirth-103/+136
2022-10-20Auto merge of #13451 - Veykril:lang-config, r=Veykrilbors-81/+89
2022-10-20internal: Properly handle language configuration config changesLukas Wirth-81/+89
2022-10-20Workaround the python vscode extension's polyfillYotam Ofek-1/+1
2022-10-20Don't catch the server activation errorLukas Wirth-4/+1
2022-10-19Auto merge of #13128 - Veykril:invocation-strategy, r=Veykrilbors-0/+26
2022-10-19Remove simplistic interpolation for manifest-pathLukas Wirth-6/+6
2022-10-19{manifest-path} interpolationLukas Wirth-8/+4
2022-10-19Implement invocation strategy config for checkOnSaveLukas Wirth-0/+15
2022-10-19Implement invocation strategy config for build scriptsLukas Wirth-0/+15
2022-10-17Cleanup output channelsLukas Wirth-15/+9
2022-10-17Downgrade vscode types dependencyLukas Wirth-8/+8
2022-10-17Implement stop and start server commandsLukas Wirth-2/+26
2022-10-17Make more things privateLukas Wirth-23/+31
2022-10-17Properly reload changed configs for server startLukas Wirth-57/+51
2022-10-17Refactor language client handlingLukas Wirth-441/+460
2022-10-16Substitute some VSCode variables in the VSCode clientLukas Wirth-32/+79
2022-10-16Auto merge of #13402 - HKalbasi:patch-1, r=Veykrilbors-1/+15
2022-10-14Revert "fix: in VSCode, correctly resolve relative paths to errors"Jonas Schievink-21/+1
2022-10-12fix formattingHKalbasi-1/+1
2022-10-12Cast runnableEnv items to stringHKalbasi-1/+15
2022-10-08fix: in VSCode, correctly resolve relative paths to errorsAleksey Kladov-1/+21
2022-10-01Add config for supplying sysroot pathLukas Wirth-4/+7
2022-09-19SimplifyLukas Wirth-1/+1
2022-09-18Auto merge of #13058 - dpaoliello:extraenv, r=Veykrilbors-0/+10
2022-09-13Add cargo.extraEnv settingDaniel Paoliello-0/+10
2022-09-13Auto merge of #13221 - mdx97:mdx97/annotations-above-whole-item, r=Veykrilbors-0/+13
2022-09-13Restructure `find_path` into a separate functions for modules and non-module ...Lukas Wirth-2/+2
2022-09-12Address comments and fix build.Mathew Horner-13/+13
2022-09-12Auto merge of #13215 - Veykril:toggle-inlay, r=Veykrilbors-34/+0
2022-09-12Auto merge of #13186 - enomado:master, r=Veykrilbors-0/+5