aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
Commit message (Expand)AuthorAgeFilesLines
* Fix color nameAleksey Kladov2019-12-311-1/+1
* Drop obsolete color configurationsAleksey Kladov2019-12-311-288/+1
* Add tsfmtAleksey Kladov2019-12-301-1/+3
* Remove prettierAleksey Kladov2019-12-301-8/+1
* Run prettier on all filesAleksey Kladov2019-12-301-1/+1
* Add prettierAleksey Kladov2019-12-301-6/+13
* Rename extension.ts -> main.tsAleksey Kladov2019-12-301-1/+1
* Add rollupAleksey Kladov2019-12-301-7/+12
* Minimize TypeScript buildAleksey Kladov2019-12-301-35/+8
* Merge #2061bors[bot]2019-12-291-1/+64
|\
| * Merge branch 'master' into feature/themesSeivan Heidari2019-12-231-16/+125
| |\
| * \ Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-201-0/+5
| |\ \
| * | | Readding jsonc parser because of https://github.com/rust-analyzer/rust-analyz...Seivan Heidari2019-11-181-1/+2
| * | | Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ...Seivan Heidari2019-11-091-1/+1
| * | | * Adding scope mapping configuration manifest in `package.json`Seivan Heidari2019-11-041-1/+63
* | | | Keep VSCode config mostly backwards compatibleEmil Lauridsen2019-12-251-20/+14
* | | | Configuration plumbing for cargo watcherEmil Lauridsen2019-12-251-30/+10
* | | | Remove cargo-watch from vscode extension.Emil Lauridsen2019-12-251-11/+1
| |_|/ |/| |
* | | Update to latest packageskjeremy2019-12-201-8/+8
* | | Merge #2583bors[bot]2019-12-171-1/+2
|\ \ \
| * | | use pretter settings in ts-lintEdwin Cheng2019-12-171-1/+2
* | | | Merge #2568bors[bot]2019-12-171-0/+5
|\ \ \ \
| * | | | Add option to disable all-targets.Vadzim Dambrouski2019-12-151-0/+5
| |/ / /
* | | | Merge #2571bors[bot]2019-12-171-1/+1
|\ \ \ \
| * | | | Fixed a typoOmer Ben-Amram2019-12-161-1/+1
| |/ / /
* / / / Default to client watching on VS CodeAleksey Kladov2019-12-171-1/+1
|/ / /
* | | Properly format jsonOliver Scherer2019-12-151-9/+11
* | | Add a rudimentary json regex to get at information like `endLine`Oliver Scherer2019-12-151-0/+20
* | | Merge branch 'refs/heads/master' into feature/granular-scopesOmer Ben-Amram2019-12-141-0/+15
|\ \ \
| * | | Enable `allFeatures` by default and fix lintsoxalica2019-12-131-1/+1
| * | | Support setting cargo featuresoxalica2019-12-131-0/+15
* | | | removed `type.alias`Omer Ben-Amram2019-12-141-0/+9
* | | | added decorationsOmer Ben-Amram2019-12-141-1/+55
|/ / /
* | | Code: enable prettier trailing commasLaurențiu Nicola2019-12-091-1/+2
* | | Add rollup sourcemap and fix launch.jsonEdwin Cheng2019-12-081-0/+1
* | | Code: bump depsLaurențiu Nicola2019-12-081-13/+13
* | | Code: check whether the LSP binary is in PATHLaurențiu Nicola2019-12-081-0/+1
| |/ |/|
* | Use DocumentProvider instead of HoverEdwin Cheng2019-11-191-0/+5
|/
* document feature flagsAleksey Kladov2019-10-251-5/+0
* Merge #1980bors[bot]2019-10-231-0/+5
|\
| * Make inlay hint length configurableWilco Kusee2019-10-181-0/+5
* | Adds config option for cargo-watch `--ignore` flagRoberto Vidal2019-10-171-0/+5
* | Add rust-analyzer.showWorkspaceLoadedNotification to package.jsonLaurențiu Nicola2019-10-171-0/+5
* | Merge #1984bors[bot]2019-10-101-2/+2
|\ \
| * | Bump rollup and vscekjeremy2019-10-101-2/+2
| |/
* / engine.vscode and @types/vscode should matchkjeremy2019-10-101-1/+1
|/
* add rollup bundler for vscode extensionJasperDeSutter2019-09-231-4/+8
* Update minimal required vscode version to 1.37Lucas Spits2019-09-101-1/+1
* add option to disable notifyAleksey Kladov2019-09-061-0/+5
* Switch to `@types/vscode` and `vscode-test`Bastian Köcher2019-08-261-4/+7