| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-05-26 | fix: add a toggle to disable the dependency explorer. | David Barsky | -1/+8 | |
| 2023-05-18 | fix: Force disable augmentsSyntaxTokens capability on VSCode | Lukas Wirth | -0/+20 | |
| 2023-05-06 | feat: define problem matcher for panics in VS Code | Aleksey Kladov | -1/+1 | |
| Now in VS Code "go to next error" (`F8`) will bring you to the source of a panic. | ||||
| 2023-05-05 | Fix formatting | Erik Steiger | -7/+9 | |
| 2023-05-05 | Sort rust dependencies in tree view | Erik Steiger | -0/+2 | |
| 2023-05-02 | fixing TS linting, removing import | Bruno Ortiz | -1/+0 | |
| 2023-05-02 | Accepting review suggestions | Bruno Ortiz | -6/+19 | |
| 2023-05-02 | fixing ts linting and rust test | Bruno Ortiz | -14/+15 | |
| 2023-05-02 | final rabasing fixes | Bruno Ortiz | -104/+23 | |
| 2023-05-02 | accepting review suggestions | Bruno Ortiz | -3/+3 | |
| 2023-05-02 | reveal only when tree is visible | Bruno Ortiz | -12/+29 | |
| 2023-05-02 | Adding crate_root_path to crate_graph | Bruno Ortiz | -2/+6 | |
| 2023-05-02 | improving code to work with multi-workspaces | Bruno Ortiz | -18/+84 | |
| 2023-05-02 | Fixing naming from graph to list | Bruno Ortiz | -11/+9 | |
| 2023-05-02 | running prettier | Bruno Ortiz | -91/+86 | |
| 2023-05-02 | removing unused code | Bruno Ortiz | -13/+6 | |
| 2023-05-02 | WIP: Add lsp-ext scaffold | Lukas Wirth | -3/+23 | |
| 2023-05-02 | Reformat VSCode client code | Lukas Wirth | -41/+36 | |
| 2023-05-02 | removing unused function | bruno-ortiz | -26/+0 | |
| 2023-05-02 | fixing linting problemas | bruno-ortiz | -30/+36 | |
| 2023-05-02 | fixing stblib loading | bruno-ortiz | -1/+2 | |
| 2023-05-02 | Creating rust dependencies tree view | bruno-ortiz | -5/+106 | |
| 2023-05-02 | fetching dependencies from the server | Bruno Ortiz | -152/+56 | |
| 2023-05-02 | WIP: Add lsp-ext scaffold | Lukas Wirth | -1/+24 | |
| 2023-05-02 | Remove unnecessary openFile command | Lukas Wirth | -12/+1 | |
| 2023-05-02 | Reformat VSCode client code | Lukas Wirth | -72/+82 | |
| 2023-05-02 | removing unused function | bruno-ortiz | -26/+0 | |
| 2023-05-02 | fixing linting problemas | bruno-ortiz | -131/+131 | |
| 2023-05-02 | fixing stblib loading | bruno-ortiz | -1/+4 | |
| 2023-05-02 | Creating rust dependencies tree view | bruno-ortiz | -69/+393 | |
| 2023-05-02 | Highlight closure captures when cursor is on pipe | Lukas Wirth | -6/+3 | |
| 2023-05-01 | MIR episode 4 | hkalbasi | -6/+34 | |
| 2023-04-28 | fix: Fix restart server button trying to start instead of restart the server | Lukas Wirth | -7/+6 | |
| 2023-04-20 | using VSCode's native parameterHints.enabled setting | Nagy Botond | -4/+4 | |
| 2023-04-20 | Automatic parameter hints trigger can be toggled on/off | Nagy Botond | -1/+7 | |
| 2023-04-19 | Spelling | Josh Soref | -1/+1 | |
| * a rule * access * after * amount * annotations * assignment * assist * associated * attribute * borrowed * built-in type * clarification * command * const * constructor * corresponding * counterparts * curlies * dependencies * deterministic * diagnostic * duplicates * edge * edited * efficient * elsewhere * execution * expression * extensions * extracted * fill * github * helper * heuristic * incomplete * indent end * inlay * invocation * lifetime * looking * maybe * move * mutability * mutable * necessarily * necessary * negative * nonexistent * occurred * offsets * offsetted * overridden * parameters * params * params_and_where_preds_in_scope * paredit * parent * parentheses * prepended if * punctuation * receive * receiver * referring * repeated * representing * semantically * separately * shouldnot * siblings * similar * something's * statement * struct * structure * surprise * the * this * transparent * unimplemented * unnamed * unnecessary * unneeded * unreachable * unterminated * utilities * variant * variants * visibility * work around (v) * workaround Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | ||||
| 2023-04-13 | minor: Allow copying the graphviz source from the view crategraph webview | Lukas Wirth | -1/+6 | |
| 2023-04-13 | fix: Fix view crate graph being broken due to webworker usage | Lukas Wirth | -2/+2 | |
| 2023-04-10 | fix: when running the "discoverProjectCommand", use the Rust file's | David Barsky | -12/+15 | |
| parent directory instead of the workspace folder. | ||||
| 2023-04-09 | fix: Fix project linking popup appearing for modules that can be linked to a ↵ | Lukas Wirth | -1/+5 | |
| crate | ||||
| 2023-04-04 | fix: Fix relative path creation using the wrong path accessor | Lukas Wirth | -5/+9 | |
| 2023-04-04 | fix: Fix vscode project linking popup buttons being swapped | Lukas Wirth | -3/+4 | |
| 2023-04-02 | Don't append "!" to non-bang macro name | Ryo Yoshida | -1/+1 | |
| 2023-03-30 | Missing runnable env on debug target | Rungsikorn Rungsikavarnich | -4/+12 | |
| Fix bug in Rust Analyzer where runnable debugging did not pass environment variable from configuration to child process of Cargo on binary build stage | ||||
| 2023-03-28 | Auto merge of #14366 - Veykril:linked-proj, r=Veykril | bors | -12/+64 | |
| feat: Pop a notification prompting the user to add a Cargo.toml of unlinked file to the linkedProjects cc https://github.com/rust-lang/rust-analyzer/issues/13226 https://github.com/rust-lang/rust-analyzer/issues/9661 | ||||
| 2023-03-26 | finish renaming `rust-analyzer/reloadProcMacros` to ↵ | David Barsky | -1/+1 | |
| `rust-analyzer/rebuildProcMacros` | ||||
| 2023-03-26 | Handle proc macro fetching via OpQueue | Lukas Wirth | -5/+5 | |
| 2023-03-25 | Add lsp command for rebuilding proc macros | Lukas Wirth | -1/+10 | |
| 2023-03-25 | Fix lints | Lukas Wirth | -42/+37 | |
| 2023-03-21 | Fix VS Code status message formatting error | x2cf | -1/+1 | |
