| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-04 | fmt | ChosenName | -4/+4 | |
| 2024-06-04 | fmt | ChosenName | -2/+6 | |
| 2024-06-04 | Update package.json | ChosenName | -1392/+2198 | |
| 2024-05-25 | Removed return | Jonas Rinke | -3/+4 | |
| 2024-05-25 | Formatting | Jonas Rinke | -2/+2 | |
| 2024-05-25 | Semicolon | Jonas Rinke | -1/+1 | |
| 2024-05-25 | Use correct format for setting environment variables when debugging with ↵ | Jonas Rinke | -1/+3 | |
| cpptools | ||||
| 2024-05-24 | Use cwd from runnable.args for debugger | roife | -3/+4 | |
| 2024-05-24 | Revert "Debug use cargo workspace root as cwd. fixes #13022" | roife | -32/+12 | |
| This reverts commit 4ca86edac97d47eecb78b16abf255950c10b67ca. | ||||
| 2024-05-23 | Allow sysroots to only consist of the source root dir | Lukas Wirth | -7/+0 | |
| 2024-05-08 | Make term search fuel configurable | Tavo Annus | -0/+12 | |
| 2024-04-30 | docs: Fix typo in VS Code setting description | Wilfred Hughes | -1/+1 | |
| 2024-04-26 | Show workspace info in the status bar | Lukas Wirth | -7/+10 | |
| 2024-04-25 | Auto merge of #17021 - roife:add-hover-limits-for-adts, r=Veykril | bors | -3/+12 | |
| Support hovering limits for adts Fix #17009 1. Currently, r-a supports limiting the number of struct fields displayed when hovering. This PR extends it to support enum variants and union fields. Since the display of these three (ADTs) is similar, this PR extends 'hover_show_structFields' to 'hover_show_adtFieldsOrVariants'. 2. This PR also resolved the problem that the layout of ADT was not restricted by display limitations when hovering on the Self type. 3. Additionally, this PR changes the default value of display limitations to `10` (instead of the original `null`), which helps users discover this feature. | ||||
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+13008 | |
| 2024-04-20 | Add hovering limitations support for variants | roife | -2/+2 | |
| 2024-04-19 | fix: add a separate setting for enum variants | roife | -2/+11 | |
| 2024-04-16 | fix: adjust the limitation for ADTs' fields to 5 | roife | -1/+1 | |
| 2024-04-16 | Update tests and docs for hover_show_adtFieldsOrVariants | roife | -3/+3 | |
| 2024-04-16 | Add config hover_show_adtFieldsOrVariants to handle hovering limitation for ADTs | roife | -0/+13005 | |
