Syntax highlighting for Earthly Earthfiles.
For an introduction of Earthly see the Earthly GitHub repository or the Earthly documentation.
# Build & Install the package
earthly +local-install --VSCODE_RELEASE_TAG=${VERSION}
- 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}
-
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 '...'