earthfile-syntax-highlighting
December 11, 2023 ยท View on GitHub

Syntax highlighting for Earthly Earthfiles.
For an introduction of Earthly see the Earthly GitHub repository or the Earthly documentation.
How to Test
# Build & Install the package
earthly +local-install --VSCODE_RELEASE_TAG=${VERSION}
How to Release
- Check what the next version should be by looking what is already published
- Set the version to publish:
export VSCODE_RELEASE_TAG=${NEW_VERSION_HERE} - Make sure that the new version has release notes already in the README
- Run:
earthly +release --VSCODE_RELEASE_TAG=${VSCODE_RELEASE_TAG}
troubleshooting
-
If
VSCE_TOKENtoken has expired, Vlad can regenerate one following this guide and then setting it usingearthly secrets --org earthly-technologies --project earthfile-grammar set vsce-token '...'. Vlad - use your GitHub / gmail Microsoft account. -
If
OVSX_TOKENtoken has expired, Nacho can regenerate one following this guide and then setting it usingearthly secrets --org earthly-technologies --project earthfile-grammar set ovsx-token '...'