Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T13:12:20.000Z (8 months ago)
- Last Synced: 2025-01-20T06:44:16.523Z (7 days ago)
- Topics: go-internal, rogpeppe, testscript, visual-studio-code, vscode
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
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.
## Known Issues
* Syntax highlighting of embedded supporting files is fragile and occasionally
txtar markers are not recognized.## Release Notes
### 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