https://github.com/twpayne/vscode-testscript
testscript support for Visual Studio Code
https://github.com/twpayne/vscode-testscript
go-internal rogpeppe testscript visual-studio-code vscode
Last synced: 7 months ago
JSON representation
testscript support for Visual Studio Code
- Host: GitHub
- URL: https://github.com/twpayne/vscode-testscript
- Owner: twpayne
- License: mit
- Created: 2021-12-04T11:33:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-10T20:45:15.000Z (8 months ago)
- Last Synced: 2025-06-28T20:51:28.458Z (7 months ago)
- Topics: go-internal, rogpeppe, testscript, visual-studio-code, vscode
- Homepage:
- Size: 17.6 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# testscript for Visual Studio Code
This VS Code extension provides syntax highlighting support for
[testscript](https://pkg.go.dev/github.com/rogpeppe/go-internal/testscript).
Install it from the [Visual Studio Code
Marketplace](https://marketplace.visualstudio.com/items?itemName=twpayne.vscode-testscript).
## Features
* Syntax highlighting for testscript scripts.
* Syntax highlighting for embedded supporting files.
## Requirements
None.
## Extension Settings
None.
## Release Notes
### 0.0.7
* Add format on save for embedded Go files.
### 0.0.6
* Syntax highlight embedded Markdown files.
### 0.0.5
* Syntax highlight embedded Go templates.
### 0.0.4
* Syntax highlight embedded Protobuf files.
* Don't syntax highlight `.txt` files.
### 0.0.3
* Syntax highlight `.txtar` files.
### 0.0.2
* Syntax highlight more embedded files.
### 0.0.1
* Initial release.
## License
MIT