diff --git a/README.md b/README.md index d81f70a..67123bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Embedded VS Code for NVIDIA Omniverse -> This extension can be described as the [VS Code](https://code.visualstudio.com/) version of Omniverse's [Script Editor](https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_script-editor.html). It allows to execute python code, embedded in the current NVIDIA Omniverse application scope, from the VS Code editor and display the results in the OUTPUT panel (under *Embedded VS Code for NVIDIA Omniverse*) of the VS Code editor +> This extension can be described as the [VS Code](https://code.visualstudio.com/) version of Omniverse's [Script Editor](https://docs.omniverse.nvidia.com/prod_extensions/prod_extensions/ext_script-editor.html). It allows to execute Python code, embedded in the current NVIDIA Omniverse application scope, from the VS Code editor and displays the results in the OUTPUT panel (under *Embedded VS Code for NVIDIA Omniverse*) of the VS Code editor
diff --git a/exts/semu.misc.vscode/config/extension.toml b/exts/semu.misc.vscode/config/extension.toml index 28a2938..e8a7e2e 100644 --- a/exts/semu.misc.vscode/config/extension.toml +++ b/exts/semu.misc.vscode/config/extension.toml @@ -3,7 +3,7 @@ reloadable = true order = 0 [package] -version = "0.0.2-beta" +version = "0.0.3-beta" category = "Utility" feature = false app = false diff --git a/exts/semu.misc.vscode/docs/CHANGELOG.md b/exts/semu.misc.vscode/docs/CHANGELOG.md index d9ed5f3..b8059cc 100644 --- a/exts/semu.misc.vscode/docs/CHANGELOG.md +++ b/exts/semu.misc.vscode/docs/CHANGELOG.md @@ -2,8 +2,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.0.3-beta] - 2022-09-03 +### Added +- Add `kill_processes_with_port_in_use` to extension settings + +### Fixed +- Fix port in use when starting up and shutting down + ## [0.0.2-beta] - 2022-08-19 +### Added - Send carb logging Python calls to the VS Code extension ## [0.0.1-beta] - 2022-08-15 +### Added - Initial release