- Add Explorer context menu submenus for additional Yarn commands.
Install Packages
,Test
,Build
,Start
,Run Script
,Add & Save Package
,Add & Save Dev Package
,Remove Package
,Publish
,Outdated
- Add WSL support
- Add Multi-Workspace support
- 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.- Add typings for tree-kill package
- Add new line before EOF in all ts files.
- Add webpack package build
- Fix for Issue 9
- Fix for Issue 8
- Fixed the bug context menu not correctly picking up the package.json file
- 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
- New workspace settings
- yarn.dontHideOutputOnSuccess (default false) Keep the output panel visible when yarn execution is successful (no effect with runInTerminal)
- New workspace settings
- yarn.packageJson (default "") specify a default package json file path. relative to current project root.
- 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.
- 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.