about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2024-02-15Work around snippet edits doubling up extra indentationDropDemBits-2/+69
2024-02-15fix: Support multiple tab stops in completions in VSCodeDropDemBits-55/+98
2024-02-14Auto merge of #16558 - Wilfred:json_project_ts, r=lnicolabors-0/+19
2024-02-13Update JsonProject to include optional fieldsWilfred Hughes-0/+19
2024-02-08feature: Add a `UnindexedProject` notification and a corresponding setting.David Barsky-0/+23
2024-02-04minor: polish warning msgYoung-Flash-1/+1
2024-01-30minor: update warning msgYoung-Flash-1/+1
2024-01-26minor: update conflict extension detect logicYoung-Flash-17/+9
2024-01-22fix lint and fmtYoung-Flash-11/+15
2024-01-22feat: add conflict ext (panicbit.cargo) detectYoung-Flash-11/+29
2024-01-03internal: Remove unnecessary Arc allocations in `macro_expand`Lukas Wirth-3/+6
2023-12-29Fix some commentscui fliter-1/+1
2023-12-19perf: Run async task in concurrentSanjaiyan Parthipan-2/+4
2023-12-08Auto merge of #15896 - minestarks:run-quickpick, r=Veykrilbors-57/+94
2023-12-05Fix runnable cwd on WindowsLaurențiu Nicola-1/+1
2023-11-30Debug use cargo workspace root as cwd. fixes #13022meowtec-11/+30
2023-11-24Auto merge of #15846 - jprochazk:disable-error-notification, r=Veykrilbors-1/+28
2023-11-16code: expose workspaces to other extensions; remove `addProject` commandDavid Barsky-36/+23
2023-11-15detect internal error via `error.code` instead of error messagejprochazk-5/+15
2023-11-14Show placeholder while run command gets runnables from serverMine Starks-57/+94
2023-11-07add configuration optionjprochazk-2/+6
2023-10-28override language clientjprochazk-1/+14
2023-10-18Add command for only opening external docs and attempt to fix vscode-remote i...Lukas Wirth-15/+40
2023-10-09vscode: Support opening local documentation if availableElias Holzmann-2/+25
2023-10-08Use vscode.env.openExternal instead of the vscode.open command for docsElias Holzmann-1/+1
2023-10-04Add config for the default click action of extension status bardfireBird-1/+9
2023-09-05fmtDavid Barsky-9/+10
2023-09-05fix some more lintsDavid Barsky-1/+1
2023-09-05fix lintsDavid Barsky-13/+12
2023-09-05code: yeet rust-analyzer.discoverProjectCommandDavid Barsky-60/+15
2023-08-15Auto merge of #15420 - Wilfred:discover_command_max_buffer, r=Veykrilbors-0/+1
2023-08-15Add status bar button to toggle check on save stateLukas Wirth-3/+58
2023-08-12Pass server extraEnv to isValidExecutableLukas Wirth-3/+7
2023-08-10Increase the buffer size for discover project commandWilfred Hughes-0/+1
2023-08-05Auto merge of #15392 - Wilfred:stopped_color, r=lnicolabors-2/+4
2023-08-04Use the warning color when rust-analyzer is stoppedWilfred Hughes-2/+4
2023-08-04Set the default status bar action to openLogsWilfred Hughes-1/+1
2023-07-30Write proc-macro server spawn errors to the status textLukas Wirth-1/+1
2023-07-28Auto merge of #15308 - vsrs:runnable_env_per_platform, r=HKalbasibors-6/+18
2023-07-20Use notification command links for debugger installationigorskyflyer-2/+11
2023-07-18Fix lintvsrs-1/+0
2023-07-18Platform specific runnables envvsrs-6/+19
2023-07-13editor/code: Re-apply code formatTetsuharu Ohzeki-174/+179
2023-07-11editor/code: Sort the style to import typesTetsuharu Ohzeki-32/+38
2023-07-10editor/code: Enable TypeScript's `--useUnknownInCatchVariables` optionTetsuharu Ohzeki-2/+2
2023-07-10editor/code: Remove unused `sendRequestWithRetry`Tetsuharu Ohzeki-36/+0
2023-07-10editor/code: Assert types in catch in `sendRequestWithRetry()` properlyTetsuharu Ohzeki-8/+12
2023-07-08change viewMemoryLayoutParams to be textPositionParamsAdenine-5/+1
2023-07-07cleanup + docs + testsAdenine-4/+0
2023-07-07fix typescript return path warningAdenine-1/+1