You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting, I didn't realize that the Github Actions extension added a new file format.
For now you can manually change the file format at the bottom of the VSCode window to YAML (Or use the prompt CMD+SHIFT+P with the option Change Language Mode)
I'll get the file format added as an optional, but not default formatter so that your second code block will work
When I have enabled the https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-github-actions extension, then when I try to format, I get the following error message:
There is no formatter for 'github-actions-workflow' files installed
If I click install formatter, then it just takes me to the extension market and shows different extensions:
I have added to my settings json:
but the extension only works when I disable the github actions extension.
Side note, I tried adding this to my settings, but it had no effect:
The text was updated successfully, but these errors were encountered: