about summary refs log tree commit diff
path: root/editors/code/package.json
AgeCommit message (Expand)AuthorLines
2020-11-12add open Cargo.toml actionAnatol Liu-0/+9
2020-11-12Address review commentsXavier Denis-3/+5
2020-11-11Add support for loading rustc private cratesXavier Denis-0/+6
2020-11-07Use builtin scopes moreGeorge Fraser-9/+0
2020-10-26Update packagekjeremy-1/+1
2020-10-26Latest proposed LSP 3.16.0kjeremy-1/+1
2020-10-16Editor: Code: Add callable to package.jsonGrayJack-0/+4
2020-10-08WIP: Command to open docs under cursorZac Pullar-Strecker-0/+9
2020-10-06Bump chalk to use latest git to get fixCasey Primozic-1/+1
2020-10-05Make ImportPrefix a configuration optionLukas Wirth-1/+16
2020-10-02Support 'runnables' options in the vs code extensionIgor Aleksanov-0/+16
2020-09-29Make method references CodeLens off by default.vsrs-1/+1
2020-09-29Add method references CodeLensvsrs-0/+5
2020-09-23Add a command for updating the Github API tokenMatthias Einwag-0/+9
2020-09-16Document "consuming" semantic tokens modifierVeetaha-0/+4
2020-09-14Merge #5985bors[bot]-0/+15
2020-09-12Bump node-fetch from 2.6.0 to 2.6.1 in /editors/codedependabot[bot]-1/+1
2020-09-12Make MergeBehaviour configurableLukas Wirth-0/+15
2020-09-02Move to vscode-languageclient 7.0.0-next.9kjeremy-1/+1
2020-09-01Update the rest of our node packageskjeremy-9/+9
2020-09-01Bump minimum vscode to 1.47kjeremy-3/+3
2020-09-01Upgrade mocha from `npm audit fix`kjeremy-1/+1
2020-08-28Add rust-analyzer.checkOnSave.target to package.jsonLaurențiu Nicola-0/+8
2020-08-26Make inlay hints colors more configurableVeetaha-2/+65
2020-08-18Align diagnostics config with the rest of rust-analyzerAleksey Kladov-6/+6
2020-08-13Restore final newline in package.jsonIgor Aleksanov-1/+1
2020-08-12Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov-1/+1
2020-08-12Add a configuration option for the vscode extensionIgor Aleksanov-1/+10
2020-08-08Fix typo in settings descriptionRüdiger Herrmann-1/+1
2020-07-30flycheck: Added checkOnSave.noDefaultFeaturesClemens Wasser-0/+8
2020-07-24Add toggle for experimental diagnosticsJonas Schievink-5/+10
2020-07-22ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's ...James Leitch-3/+9
2020-07-10Automatically reload project info on Cargo.toml changesAleksey Kladov-0/+5
2020-07-07Add a command to compute memory usage statisticsJonas Schievink-0/+10
2020-07-03Merge #5203bors[bot]-1/+1
2020-07-03Fix typo in description of vscode settingPaul Daniel Faria-1/+1
2020-07-03Add runnable env support.vsrs-0/+29
2020-07-01Add reload workspace commandAleksey Kladov-4/+4
2020-07-01Be more strict with `@types/node`Laurențiu Nicola-1/+1
2020-06-29Use newer @types/nodeLaurențiu Nicola-1/+1
2020-06-28Downgrade @types/nodeLaurențiu Nicola-1/+1
2020-06-27Bump @rollup/plugin-commonjsLaurențiu Nicola-1/+1
2020-06-27Bump some npm depsLaurențiu Nicola-10/+10
2020-06-24Add custom cargo runnersvsrs-0/+8
2020-06-22Disrecommend trace.server: "verbose" for regular usersVeetaha-1/+1
2020-06-18Add `rust-analyzer.gotoLocation` commandvsrs-0/+5
2020-06-17Warnings as hint or infoGabriel Valfridsson-0/+18
2020-06-10checkOnSafe.features and checkOnSafe.allFeatures now work identically.Clemens Wasser-2/+5
2020-06-10Most of the checkOnSafe options now default to the cargo equivalent.Clemens Wasser-4/+7
2020-06-10Added the rust-analyzer.checkOnSave.features option.Clemens Wasser-0/+8