about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
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/+63
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-08Auto merge of #15262 - adamse:master, r=HKalbasibors-0/+9
2023-08-08add check.ignore to list cargo check diagnostics to ignore (dead_code, unused...Adam Sandberg Ericsson-0/+9
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/+27
2023-07-24vscode: change minimum VS Code version to 1.75 from 1.78David Barsky-7/+7
2023-07-22Auto merge of #15303 - oxalica:fix/byte-escape-highlight, r=lowrbors-1/+5
2023-07-22Auto merge of #15281 - tetsuharuohzeki:split-ci-steps, r=lnicolabors-3/+6
2023-07-23editor/code: Break down CI steps to know what is failing easilyTetsuharu Ohzeki-3/+6
2023-07-20Use notification command links for debugger installationigorskyflyer-2/+11
2023-07-19Introduce `invalidEscapeSequence` semantic token typeoxalica-1/+5
2023-07-18Fix lintvsrs-1/+0
2023-07-18Platform specific runnables envvsrs-6/+28
2023-07-13editor/code: Update esbuildTetsuharu Ohzeki-30/+366
2023-07-13editor/code: Update ESLintTetsuharu Ohzeki-37/+37
2023-07-13editor/code: Update ovsxTetsuharu Ohzeki-16/+7
2023-07-13editor/code: Re-apply code formatTetsuharu Ohzeki-175/+180
2023-07-13editor/code: Update prettier to v3Tetsuharu Ohzeki-7/+7
2023-07-13editor/code: Update typescript-eslint to v6Tetsuharu Ohzeki-91/+86
2023-07-13editor/code: Update typescriptTetsuharu Ohzeki-5/+5
2023-07-11Bump semver from 5.7.1 to 5.7.2 in /editors/codedependabot[bot]-12/+12
2023-07-11Auto merge of #15259 - tetsuharuohzeki:sort-the-style-to-import, r=Veykrilbors-37/+52
2023-07-11editor/code: Sort the style to import typesTetsuharu Ohzeki-37/+52
2023-07-10editor/code: Add FIXME comments for TS' `--exactOptionalPropertyTypes` optionTetsuharu Ohzeki-2/+2
2023-07-10editor/code: Enable TypeScript's `--useUnknownInCatchVariables` optionTetsuharu Ohzeki-3/+5
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/+322
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-9/+9
2023-07-06editor/code: Enable `noUncheckedIndexedAccess` ts optionTetsuharu Ohzeki-52/+124
2023-07-05editor/code: Set ts' --moduleResolution=node16 optionTetsuharu Ohzeki-0/+1
2023-06-30feat: don't add panics to error jump list by defaultAlex Kladov-1/+19
2023-06-30Drop cross-env npm depLaurențiu Nicola-21/+3
2023-06-30editor/code: Switch to `@vscode/vsce`Tetsuharu Ohzeki-151/+45
2023-06-29Auto merge of #15138 - mohsen-alizadeh:13583-rename-runnableEnv-to-runnables-...bors-5/+5
2023-06-28fallback to old keyMohsen Alizadeh-1/+1
2023-06-28Auto merge of #15136 - mohsen-alizadeh:13908-delete-matching-brace-key-bindin...bors-5/+0
2023-06-28editor/code: Enable `noImplicitOverride` ts optionTetsuharu Ohzeki-5/+4