/toit-ide-tools

Tools for working with Toit in different IDEs

Primary LanguageTypeScriptMIT LicenseMIT

ide-tools

Tools for working with Toit in different IDEs

VS Code

See vscode/README.md.

Vim

See vim/README.md.

Development

To have automatic checks for copyright and MIT notices, run

$ git config core.hooksPath .githooks

If a file doesn't need a copyright/MIT notice, use the following to skip the check:

git commit --no-verify