diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-09-25 10:02:59 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-09-25 10:02:59 +0100 |
commit | d9b4835625ac96c7628e2ef66ef6e26cc48d231f (patch) | |
tree | c918235834bcd1bd0ae64adadc5beace21465571 /docs/user/README.md | |
parent | 63433ba79abc84754172a715f37bd53596f6848e (diff) | |
parent | 2151d4da6a7ba908bc2dba541431493b75c48df8 (diff) | |
parent | f14e2ffbe09def6a708e55b21e22fb1ff6256323 (diff) |
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 <[email protected]>
Co-authored-by: Paul Lesur <[email protected]>