]> git.lizzy.rs Git - rust.git/commit
Merge #1900 #1907
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 25 Sep 2019 09:02:59 +0000 (09:02 +0000)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 09:02:59 +0000 (09:02 +0000)
commitd9b4835625ac96c7628e2ef66ef6e26cc48d231f
treec918235834bcd1bd0ae64adadc5beace21465571
parent63433ba79abc84754172a715f37bd53596f6848e
parent2151d4da6a7ba908bc2dba541431493b75c48df8
parentf14e2ffbe09def6a708e55b21e22fb1ff6256323
Merge #1900 #1907

1900: Add rollup bundler for vscode extension r=matklad a=JasperDeSutter

This is an alternative approach to #1451 - bundling should improve extension startup times as explained [here](https://code.visualstudio.com/api/working-with-extensions/bundling-extension).

I'm using [rollup.js](https://rollupjs.org/guide/en/) which is a small and light bundler as opposed to webpack. Bundling is only done for creating the final vsix package, reducing 196 files down to 7 (of which 1 javascript file).

1907: update documentation according to new settings r=matklad a=lesurp

1. `command` has been added to change the default cargo-watch command
2. `check-arguments` has been renamed to `arguments` as a consequence

Thoses changes were merged in #1434

Co-authored-by: JasperDeSutter <jasper.desutter@gmail.com>
Co-authored-by: Paul Lesur <paul.lesur@dfki.de>