toitware / ide-tools

Tools for working with Toit in different IDEs
MIT License
3 stars 2 forks source link

Make it easier to provide LSP configurations. #160

Closed floitsch closed 2 years ago

floitsch commented 2 years ago

The idea is, that open-source users should add the following configuration to their settings:

    "toitLanguageServer.command": ["<path-to-toitlsp>", "--toitc", "<path-to-toitc>"],