Skip to content

Commit 42260d5

Browse files
angelozerrfbricon
authored andcommitted
fix: No way to display the semantic token inspector tab once closed
Fixes #407 Signed-off-by: azerr <azerr@redhat.com>
1 parent 58147b4 commit 42260d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@
515515
id="Semantic Tokens Inspector"
516516
anchor="bottom"
517517
factoryClass="com.redhat.devtools.lsp4ij.features.semanticTokens.inspector.SemanticTokensInspectorToolWindowFactory"
518-
canCloseContents="true"
518+
canCloseContents="false"
519519
doNotActivateOnStart="true"
520520
icon="AllIcons.General.InspectionsEye"/>
521521

0 commit comments

Comments
 (0)