Jsonnet Bundler
On this page
Jsonnet-bundler is a package manager for Jsonnet. More information you may find in the GitHub repository
jsonnet-bundler/jsonnet-bundler.
At the moment jsonnet-bundler allows:
- Configuring dependencies for jsonnet packages.
- Fetching transitive dependencies
Jsonnet Bundler integration
The plugin recognizes if jsonnet-bundler is in use in the project. The existence of the jsonnetfile.json file your directory will mark
your package as a jsonnet-bundler-based package.
In such cases the plugin will add import completions automatically.