Add VSCode extension links to Acceptance README

Co-authored-by: Andy Feller <andyfeller@github.com>
This commit is contained in:
William Martin 2024-10-14 14:33:17 +02:00 committed by GitHub
parent c2c88b293e
commit f3589b2573
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ Due to the `//go:build acceptance` build constraint, some functionality is limit
},
```
You can install the `txtar` or `vscode-testscript` extensions to get syntax highlighting.
You can install the [`txtar`](https://marketplace.visualstudio.com/items?itemName=brody715.txtar) or [`vscode-testscript`](https://marketplace.visualstudio.com/items?itemName=twpayne.vscode-testscript) extensions to get syntax highlighting.
### Debugging Tests