- Thanks to @nathan815 for cleaning up my mess.
- Added ability to disable messages.
- Fixed config-write bug
- Use
vscode.workspace.worspaceFolders[0].uri.fsPath
instead ofvscode.workspace.rootPath
.
- Send CTRL-C to terminal before sending command. Thanks @agurz.
- Clear output before running the build command.
- Cleaned up some of the code.
- Added icons to the status bar items.
- 'Build and run' is now shortend to 'Bar'.
- Fixed 'Add new config?' bug.
- Run commands are now run from the integrated terminal. Output will also be shown here.
- Added
Bar: Reload
. Alias forBar: Init
.
- Added keyboard shortcut to build and run:
shift+f6
. - Added keyboard shortcut to build:
ctrl+shift+f6
. - Added keyboard shortcut to run:
shift+f2
. - Added
Bar: Edit config
command.
- When the build fails, show the output in Bar Output.
- Ask before creating bar.conf.json
- Auto load the extension if
.vscode/bar.conf.json
exists. - Can't initialize the extension more than once. (bug fix)
- Minor improvements.
- Added MIT License.
- Added more info in
package.json
. - Added more bugs.
- Updated README.md.
- Added
Bar: Reset
command.
- Initial release of Bar!