Releases: gamunu/vscode-yarn
Releases · gamunu/vscode-yarn
v2.1.0
- Add submenus for multiple Yarn commands
Install Packages
, Test
, Build
, Start
, Run Script
, Add & Save Package
, Add & Save Dev Package
, Remove Package
, Publish
, Outdated
v2.0.0
- Add WSL and Multi-Workspace support
v1.7.1
Deactivate keybinding if terminalFocus active
- Add when !terminalFocus to all Ctrl+R commands
- Fixes #19
- Fix typescript lint errors
v1.7.0
- Fix for Issue 11
- Add TouchBar assets and update package.json.
TouchBar support includes:
- yarn run test
- yarn install
- yarn run build
- yarn run start
- New workspace setting
config.yarn.enableTouchbar
to
enable TouchBar support.
run.runInTerminal
is now default to true.
v1.6.0
- Fix the bug context menu not correctly picking up the package.json file
- Update readme file
- Add tslint.json
- Add .editorconfig.json
- Fix lint errors
v1.5.0
- Explorer context menu for installing packages.
- Default behavior changed to keep the output window open after executing a command. yarn.dontHideOutputOnSuccess (default true)
- Fix for Issue 7
v1.4.0
New workspace settings
yarn.dontHideOutputOnSuccess
(default false) Keep the output panel visible when yarn execution is successful (no effect with runInTerminal)
v1.3.0
Add setting to explicitly specify package json path Issue 1
1.If a package.json is opened as an active editor/focused tab yarn will be invoked on it.
2.If the package.json is explicitly defined in the configuration yarn will invoke on it.
3.If above scenarios fail to satisfy. The extension will fall back to package.json in project root folder.
Fix typescript issues in init file
v1.2.0
- Two new workspace settings
- yarn.runInTerminal (default false), this will execute commands in a terminal window.
- yarn.bin (default env yarn bin path), this can be used to set a custom Yarn location.
v1.1.0
1.1.0 - 12th April, 2017
- Changed yarn commands execution behavior, Fix for Issue 1
- If a package.json is opened as an active editor yarn will be invoked on it.
- If the above scenario fails to satisfy fallback to package.json in project root folder.