Skip to content

Commit

Permalink
Fix Failure to Connect due to Messages on Output Queue (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver authored Oct 17, 2024
1 parent 5d67ee8 commit b7a5cc3
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 91 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Security -- in case of vulnerabilities.
-->

## [1.0.0]

### Fixed

- Fix issue where connecting to an instrument can fail with a mysterious error message

## [0.18.2]

### Added
Expand Down Expand Up @@ -222,7 +228,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Feature to retrieve TSP-Link network details

<!-- Version Comparison Links -->
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.18.2...HEAD
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/tektronix/tsp-toolkit/releases/tag/v1.0.0
[0.18.2]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.18.2
[0.18.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.18.1
[0.18.0]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.18.0
Expand Down
124 changes: 38 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "Tektronix",
"displayName": "[Beta] Keithley TSP Toolkit",
"description": "VSCode extension for Keithley Instruments' Test Script Processor",
"version": "0.18.2",
"version": "1.0.0",
"icon": "./resources/TSP_Toolkit_128x128.png",
"galleryBanner": {
"color": "#EEEEEE",
Expand Down Expand Up @@ -481,9 +481,9 @@
"xml-js": "1.6.11"
},
"optionalDependencies": {
"@tektronix/kic-cli-linux-x64": "0.18.3",
"@tektronix/kic-cli-win32-x64": "0.18.3",
"@tektronix/kic-cli-darwin-arm64": "0.18.3"
"@tektronix/kic-cli-linux-x64": "0.18.4-0",
"@tektronix/kic-cli-win32-x64": "0.18.4-0",
"@tektronix/kic-cli-darwin-arm64": "0.18.4-0"
},
"extensionDependencies": [
"sumneko.lua"
Expand Down

0 comments on commit b7a5cc3

Please sign in to comment.