The Official Kurtosis Starlark VSCode extension enriches the developer experience when writing Kurtosis packages in Starlark. The specific features supported are:
Syntax Highlighting
Auto-completion of Kurtosis defined Starlark instructions and types
Hover preview for functions
Method signature suggestions for Kurtosis defined Starlark instructions and types
This extension is currently under continuous development and may feel little rough around the edges. We do plan to add more features to this extension in the future. Should you encounter any issues or have a feature you'd like to see added let us know using the kurtosis feedback command or email us and we'll get back to you as soon as we can.
Requirements
Kurtosis version >= 0.75.0
VSCode version >= 1.74.2
Extension Settings
klsp.trace.server: It controls the logging for language server requests/responses. The default value is off, and other valid values are verbose and `debug.