vscode-github-actions
vscode-github-actions copied to clipboard
Is there a way to disable a specific error message?
I use Gitea Actions (not GitHub), and I want to be able to:
-
use
runs-on -
add a
containerwith avolumesnode, but without specifyingimage, because the label inruns-onalready maps to the container image I want
However, the extension complains that:
Container image cannot be empty
But the action runs perfectly in Gitea, and with the image I want.
So, I'd like to disable this error from being shown in VSCode.
Is that possible? :)
Many thanks!