about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
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
2023-04-28fix: Fix restart server button trying to start instead of restart the serverLukas Wirth-7/+6
2023-04-20using VSCode's native parameterHints.enabled settingNagy Botond-4/+4
2023-04-20Automatic parameter hints trigger can be toggled on/offNagy Botond-1/+7
2023-04-19SpellingJosh Soref-1/+1
2023-04-13minor: Allow copying the graphviz source from the view crategraph webviewLukas Wirth-1/+6
2023-04-13fix: Fix view crate graph being broken due to webworker usageLukas Wirth-2/+2
2023-04-10fix: when running the "discoverProjectCommand", use the Rust file'sDavid Barsky-12/+15
2023-04-09fix: Fix project linking popup appearing for modules that can be linked to a ...Lukas Wirth-1/+5
2023-04-04fix: Fix relative path creation using the wrong path accessorLukas Wirth-5/+9
2023-04-04fix: Fix vscode project linking popup buttons being swappedLukas Wirth-3/+4
2023-04-02Don't append "!" to non-bang macro nameRyo Yoshida-1/+1