You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice work! Have been looking for a plugin like this on Intellij.
I noticed that currently import statement only works for a relative path. Would love to see support on the 'jpath' option, which specifies additional search paths for jsonnet library.
Nice work! Have been looking for a plugin like this on Intellij.
I noticed that currently import statement only works for a relative path. Would love to see support on the 'jpath' option, which specifies additional search paths for jsonnet library.
The vscode jsonnet plugin supports this via the "libPaths" variable in settings:
https://github.com/heptio/vscode-jsonnet/blob/master/compiler/editor/workspace.ts#L75
The text was updated successfully, but these errors were encountered: