All notable changes to the "dbos-ttdbg" extension will be documented in this file.
The format is based on Keep a Changelog. This project adheres to Semantic Versioning and uses NerdBank.GitVersioning to manage version numbers.
As per VSCode recommendation, this project uses EVEN minor version numbers for release versions and ODD minor version numbers for pre-release versions,
- Custom app name support (#35)
debug_proxy_path
anddebug_proxy_launch
settings (#40)- Use Debug Proxy Role for connection to provenance DB (#41)
- removed
Delete Stored Application Database Password
andDelete Stored Passwords
commands (obsoleted by #41)
- Added DBOS Cloud views of cloud applications and database instances.
- Added
Launch Debug Proxy
andLaunch DBOS Dashboard
commands and menu items. - Added
Delete Stored DBOS Cloud Credentials
andDelete Stored Application Database Password
commands.
- Modified
- Added custom
prep-release.mjs
script that implementsnbgv prepare-release
but using this project's version numbering strategy.
- Fixed Workflow Picker always returning first item. (#29)
- Updated
softprops/action-gh-release
action to v2.0.2 and fixed commit tagged for the release.
- DBOS Cloud integration now uses Cloud API directly instead of invoking the
dbos-cloud
CLI. Delete Stored Application Database Passwords
command renamed toDelete Stored Passwords
Delete Stored Passwords
command deletes stored DBOS Cloud credentials as well as cloud hosted app database passwords.- Simplified launching the DBOS Cloud Dashboard to silently call
createDashboard
ifgetDashboard
returns undefined. Previously, undefinedgetDashboard
would launch thecreateDashboard
url but cancel launching the debugger.
- Initial release
- Initial preview release