about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
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
2023-05-26fix: add a toggle to disable the dependency explorer.David Barsky-1/+8
2023-05-18fix: Force disable augmentsSyntaxTokens capability on VSCodeLukas Wirth-0/+20
2023-05-06feat: define problem matcher for panics in VS CodeAleksey Kladov-1/+1
2023-05-05Fix formattingErik Steiger-7/+9
2023-05-05Sort rust dependencies in tree viewErik Steiger-0/+2
2023-05-02fixing TS linting, removing importBruno Ortiz-1/+0
2023-05-02Accepting review suggestionsBruno Ortiz-6/+19
2023-05-02fixing ts linting and rust testBruno Ortiz-14/+15
2023-05-02final rabasing fixesBruno Ortiz-104/+23
2023-05-02accepting review suggestionsBruno Ortiz-3/+3
2023-05-02reveal only when tree is visibleBruno Ortiz-12/+29
2023-05-02Adding crate_root_path to crate_graphBruno Ortiz-2/+6
2023-05-02improving code to work with multi-workspacesBruno Ortiz-18/+84
2023-05-02Fixing naming from graph to listBruno Ortiz-11/+9
2023-05-02running prettierBruno Ortiz-91/+86
2023-05-02removing unused codeBruno Ortiz-13/+6
2023-05-02WIP: Add lsp-ext scaffoldLukas Wirth-3/+23
2023-05-02Reformat VSCode client codeLukas Wirth-41/+36
2023-05-02removing unused functionbruno-ortiz-26/+0
2023-05-02fixing linting problemasbruno-ortiz-30/+36
2023-05-02fixing stblib loadingbruno-ortiz-1/+2
2023-05-02Creating rust dependencies tree viewbruno-ortiz-5/+106
2023-05-02fetching dependencies from the serverBruno Ortiz-152/+56
2023-05-02WIP: Add lsp-ext scaffoldLukas Wirth-1/+24
2023-05-02Remove unnecessary openFile commandLukas Wirth-12/+1
2023-05-02Reformat VSCode client codeLukas Wirth-72/+82
2023-05-02removing unused functionbruno-ortiz-26/+0
2023-05-02fixing linting problemasbruno-ortiz-131/+131
2023-05-02fixing stblib loadingbruno-ortiz-1/+4
2023-05-02Creating rust dependencies tree viewbruno-ortiz-69/+393
2023-05-02Highlight closure captures when cursor is on pipeLukas Wirth-6/+3
2023-05-01MIR episode 4hkalbasi-6/+34