From c23e669cfa7234ed300773935d1c66757406df8d Mon Sep 17 00:00:00 2001 From: Vladimir Starkov <559321+iamstarkov@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:53:11 +0100 Subject: [PATCH] highlight useful Workflow Script Highlighter VS code extension --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51207de..ab8dbe2 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ defined, so you don't have to import them (see examples below). See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client documentation. +You can use [Workflow Script Highlighter](https://marketplace.visualstudio.com/items?itemName=yamachu.workflow-script-highlighter) VS Code extension to make it easier to write scripts +and avoid simple syntax errors, like forgotten `)` or `cosnt` typo. + + ## Breaking Changes ### V7