Ctrl+P
The Pact VSCode plugin supports syntax highlighting and completion for the Pact Programming Language, used on the Kadena Blockchain.
https://docs.kadena.io/build/ https://www.kadena.io/
pact.executable
string
"pact"
npx pactup install development-latest
pact.enableTrace
boolean
true
pact.enableCoverage
false
pact.enableLsp
Pact: Restart Language Server to restart pact lsp.
Pact: Restart Language Server
To get started with local development
pnpm i
pnpm dev
Testing, Linting and Type checking
pnpm test
pnpm lint
pnpm typecheck
Building
pnpm package
.vsix
Update version and create a release tag.
pnpm release
Publishing
pnpm run publish
Added Code Coverage Added new logo
Added Pact LSP client
Added linting support
Updated the description and on request of the Kadena Team added a Kadena logo to the extension.
Fixed support for .repl files and lowered the minimal required VSCode version
Initial release of the highlighting syntax