View Basketry results directly within your favorite editor!
Basketry is the pluggable, service-oriented code-generation pipeline for any language. It's written in Typescript, but it can be used to convert any Service Definition into any programming language.
This extension runs your project's Basketry pipelines in the background and displays any violations directly within Visual Studio Code. Results are updated in real-time as you type.
The Service Explorer shows the structure of your service. Clicking on items in the explorer will navigate you to where they are defined in your service definition file. The explorer works with any service definition and parser that Basketry supports.
Read the docs to learn how to get Basketry setup in your project in five minutes or less.
- Minor changes
- Added support for Basketry configs within NPM workspaces.
- Added a Basketry container in the Activity Bar
- Displays all services within a VS Code workspace
- Service Explorer remains active even if you navigate away from the source file
- Upgrade to support the 0.1.x version of Basketry.
- Added the Basketry service tree view in the Explorer tree view container.
- Run Basketry asynchronously to improve editor performance
- Fixed bug that prevented config files from being correctly validated.
- Initial release