Awesome
earthfile-syntax-highlighting
<div align="center"><img alt="Earthly" width="700px" src="https://github.com/earthly/earthly/raw/main/img/logo-banner-white-bg.png" /></div>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_TOKEN
token 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_TOKEN
token has expired, Nacho can regenerate one following this guide and then setting it usingearthly secrets --org earthly-technologies --project earthfile-grammar set ovsx-token '...'