Skip to content

Simple LSP server

Latest
Compare
Choose a tag to compare
@mateusfccp mateusfccp released this 19 Aug 00:04
· 37 commits to master since this release
5281d46

This version brings an initial implementation of an LSP server, which will emit diagnostics based on the already present scanning, parsing and resolving steps.

The server is available through the executable pinto_server, which is provided together with the default pinto executable. It can be used with the VS Code Extension.

Other changes:

  • Now, a resolve error is emitted when importing a package that's not available in your environment.

Full Changelog: v0.0.2...v0.0.3