Ameba for Visual Studio Code

August 5, 2023 ยท View on GitHub

This extension provides an interface to Ameba for VSCode.

Installation

  • Install Ameba
  • Type F1 (or Command + Shift + P)
  • execute "Extensions: install extension"
  • type crystal-ameba and install

Releasing a new version

  1. Update CHANGELOG.md
  2. Bump a new version
  3. Build an extension vsce package
  4. Publish to the marketplace

Contents

  1. 1Installation
  2. 2Releasing a new version