Skip to content

Commit

Permalink
Correct Extension Description (#17)
Browse files Browse the repository at this point in the history
The extension description defines TSP as `Test Script Protocol` when it
should be `Test Script Processor`.
  • Loading branch information
esarver authored May 2, 2024
1 parent e1f6d57 commit 22a5d41
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Security -- in case of vulnerabilities.
-->

## [Unreleased]
## [0.15.3]

### Fixed

- Corrected extension description

## [0.15.2]

### Fixed
- Removed debugger related code from package.json (TSP-436)
Expand Down Expand Up @@ -87,7 +93,9 @@ 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.15.1...HEAD
[Unreleased]: https://github.com/tektronix/tsp-toolkit/compare/v0.15.3...HEAD
[0.15.3]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.3
[0.15.2]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.2
[0.15.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.1
[0.15.0]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.15.0
[0.14.1]: https://github.com/tektronix/tsp-toolkit/releases/tag/v0.14.1
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ scripts on TSP-enabled Keithley instruments. The extension includes command-set
syntax error detection and code navigation (provided by [sumneko.lua][sumneko]) as well as
code-completion suggestions, inline help, and TSP command documentation.

## Demo Video

<iframe width="560" height="315" src="https://www.youtube.com/embed/d1jsgy6Dslc?si=oPrUgdM5yp-ykcIh" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## Installed Extensions

Keithley TSP Toolkit will automatically install the [sumneko.lua][sumneko]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "tsp-toolkit",
"publisher": "Tektronix",
"displayName": "[Beta] Keithley TSP Toolkit",
"description": "VSCode extension for Keithley Instruments' Test Script Protocol",
"version": "0.15.1",
"description": "VSCode extension for Keithley Instruments' Test Script Processor",
"version": "0.15.3",
"icon": "./resources/TSP_Toolkit_128x128.png",
"galleryBanner": {
"color": "#EEEEEE",
Expand Down

0 comments on commit 22a5d41

Please sign in to comment.