Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 486 Bytes

DEVELOPMENT.md

File metadata and controls

23 lines (17 loc) · 486 Bytes

Developer Documentation

Debug CLI

cargo tombi

Debug VSCode Extension

  1. Select Run and Debug from the sidebar
  2. Select Run Extension (Debug Build) from the dropdown
  3. Press the green play button ▶️

toml-test

To test if it passes toml-test, run the following.

# Please first install toml-test
go install github.com/toml-lang/toml-test/cmd/toml-test@latest

# Run the toml-test
cargo xtask toml-test