highlight useful Workflow Script Highlighter VS code extension

This commit is contained in:
Vladimir Starkov 2025-01-15 14:53:11 +01:00 committed by GitHub
parent 4020e461ac
commit c23e669cfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 See [octokit/rest.js](https://octokit.github.io/rest.js/) for the API client
documentation. 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 ## Breaking Changes
### V7 ### V7