about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
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
2023-07-07fix incorrect committed rust and run prettierAdenine-17/+16
2023-07-07implement first pass of memory layout viewerAdenine-6/+313
2023-07-07Auto merge of #15227 - DropDemBits:indent-on-blank-line, r=lnicolabors-1/+2
2023-07-06fix: Indent after pressing enter on a blank lineDropDemBits-1/+2
2023-07-06editor/code: Enable `noPropertyAccessFromIndexSignature` ts optionTetsuharu Ohzeki-6/+7
2023-07-06editor/code: Enable `noUncheckedIndexedAccess` ts optionTetsuharu Ohzeki-50/+123
2023-06-30feat: don't add panics to error jump list by defaultAlex Kladov-1/+9
2023-06-29Auto merge of #15138 - mohsen-alizadeh:13583-rename-runnableEnv-to-runnables-...bors-4/+4
2023-06-28fallback to old keyMohsen Alizadeh-1/+1
2023-06-28editor/code: Enable `noImplicitOverride` ts optionTetsuharu Ohzeki-4/+4
2023-06-2513583 rename runnable env to runnables extra envMohsen Alizadeh-4/+4