Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 693 Bytes

RELEASING.md

File metadata and controls

23 lines (14 loc) · 693 Bytes

Releasing

Perform Manual Testing

Before a release it is important to do a manual test. We haven't invested in automated tests to catch regressions.

npm install
code .

Run the extension (opens a new window) and check all the functionality such as:

  • Syntax highlighting
  • Autocomplete
  • Formatting

GitHub Actions release

See .github/RELEASING.

IMPORTANT: After updating dependencies, revert both engines.vscode and "@types/vscode" to the same version.

Use a version that is 2 minor versions behind the latest version so that the extension doesn't require the latest version of Visual Studio Code.