All notable changes to the "scriptbox" extension will be documented in this file.
- Changed all extension command prefixes to
scriptbox.
.
- The
JavaScript
scratch file is automatically evaluated on change and results are displayed in the ScriptBox Output panel.
- Added a
JavaScript
scratch file (use the new ScriptBox: Open Scratch command) for use with Eval Selection command
- Renamed Run Selection to Eval Selection
- Run Script now operates on the full text of the active editor if nothing is selected
- Eval Selection now evaluates the full text of the active editor if nothing is selected
- Fixed: extension didn't activate when using the
Run Selection
command
- Introduce the
Run Selection
command
- Improved
README.md
documentation - Each ScriptBox script is now executed with
this
bound to the vscode namespace API
Created the logo for ScriptBox.
Created an OutputChannel
for all console.*
statements within a ScriptBox script
Started keeping release notes / changelog
Cleaned up the README
and package.json
Initial release of ScriptBox