VirtualBox-Wrapper.ps1 now takes 'up' or 'down' as opposed to a machine name. This allows start/stop of a virtualmachine.
VirtualBox-Wrapper.ps1 now relies on a gitignored localenv.json to work.
VirtualBox-Wrapper.ps1 can also optionally monitor the log file generated from the serial adapter in VirtualBox.
readme.md updated to provide instructions on how to populate the localenv.json file.
tasks.json updated to have a "Clean" task to --remove-orphans, the Build task depends on this.
tasks.json updated to have a "Close VirtualBox" task, this runs the virtualbox-wrapper.ps1 in 'down' mode. The Build task depends on this.
launch.json updated to run the VirtualBox-Wrapper.ps1 with the "-Command up" argument, instead of machine name.
.gitignore updated to ignore any instances of localenv.json.
- `VirtualBox-Wrapper.ps1` now takes 'up' or 'down' as opposed to a machine name. This allows start/stop of a virtualmachine.
- `VirtualBox-Wrapper.ps1` now relies on a gitignored `localenv.json` to work.
- `VirtualBox-Wrapper.ps1` can also optionally monitor the log file generated from the serial adapter in VirtualBox.
- `readme.md` updated to provide instructions on how to populate the `localenv.json` file.
- `tasks.json` updated to have a "Clean" task to --remove-orphans, the Build task depends on this.
- `tasks.json` updated to have a "Close VirtualBox" task, this runs the `virtualbox-wrapper.ps1` in 'down' mode. The Build task depends on this.
- `launch.json` updated to run the `VirtualBox-Wrapper.ps1` with the "-Command up" argument, instead of machine name.
- .gitignore updated to ignore any instances of `localenv.json`.
- `VirtualBox-Wrapper.ps1` now takes 'up' or 'down' as opposed to a machine name. This allows start/stop of a virtualmachine.
- `VirtualBox-Wrapper.ps1` now relies on a gitignored `localenv.json` to work.
- `VirtualBox-Wrapper.ps1` can also optionally monitor the log file generated from the serial adapter in VirtualBox.
- `readme.md` updated to provide instructions on how to populate the `localenv.json` file.
- `tasks.json` updated to have a "Clean" task to --remove-orphans, the Build task depends on this.
- `tasks.json` updated to have a "Close VirtualBox" task, this runs the `virtualbox-wrapper.ps1` in 'down' mode. The Build task depends on this.
- `launch.json` updated to run the `VirtualBox-Wrapper.ps1` with the "-Command up" argument, instead of machine name.
- .gitignore updated to ignore any instances of `localenv.json`.
t3hn3rd
merged commit 80d0183391 into develop2025-03-09 13:03:05 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
VirtualBox-Wrapper.ps1now takes 'up' or 'down' as opposed to a machine name. This allows start/stop of a virtualmachine.VirtualBox-Wrapper.ps1now relies on a gitignoredlocalenv.jsonto work.VirtualBox-Wrapper.ps1can also optionally monitor the log file generated from the serial adapter in VirtualBox.readme.mdupdated to provide instructions on how to populate thelocalenv.jsonfile.tasks.jsonupdated to have a "Clean" task to --remove-orphans, the Build task depends on this.tasks.jsonupdated to have a "Close VirtualBox" task, this runs thevirtualbox-wrapper.ps1in 'down' mode. The Build task depends on this.launch.jsonupdated to run theVirtualBox-Wrapper.ps1with the "-Command up" argument, instead of machine name.localenv.json.