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
When helm-values is used with kubernetes plugin, following exception is thrown when a file inside a Helm archive is displayed.
In file: helm-tgz://C:/my/project/chart-1.0.0.tgz!/chart/values.yaml
Unhandled exception in [CoroutineName(com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager), StandaloneCoroutine{Cancelling}@4ccd685d, Dispatchers.Default]
java.lang.UnsupportedOperationException: Failed to map helm-tgz://C:/my/project/chart-1.0.0.tgz!/chart (filesystem com.intellij.kubernetes.helm.tgz.TgzFileSystem@73945137) into nio Path
at com.intellij.openapi.vfs.VirtualFile.toNioPath(VirtualFile.java:164)
at io.github.fstaudt.helm.idea.providers.BaseJsonSchemaProvider.isAvailable(BaseJsonSchemaProvider.kt:28)
at io.github.fstaudt.helm.idea.providers.AggregatedJsonSchemaProvider.isAvailable(AggregatedJsonSchemaProvider.kt:10)
...
The text was updated successfully, but these errors were encountered:
fstaudt
changed the title
java.lang.UnsupportedOperationException when helm-values is used with kubernetes plugin
UnsupportedOperationException when values.yaml is part of a virtual file system
Oct 22, 2023
When helm-values is used with kubernetes plugin, following exception is thrown when a file inside a Helm archive is displayed.
The text was updated successfully, but these errors were encountered: