From f3589b2573eefa66060427f0567c7b3bcb05d3aa Mon Sep 17 00:00:00 2001 From: William Martin Date: Mon, 14 Oct 2024 14:33:17 +0200 Subject: [PATCH] Add VSCode extension links to Acceptance README Co-authored-by: Andy Feller --- acceptance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acceptance/README.md b/acceptance/README.md index c15d439fd..3f2fa2f8d 100644 --- a/acceptance/README.md +++ b/acceptance/README.md @@ -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