This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 20161a7 Show Databases and Projects views only after NBLS extension
activates.
new de3c190 Merge pull request #3371 from
sdedic/lsp/show-views-with-extension
20161a7 is described below
commit 20161a7fcdda385e3c2398d55ee4a455feae0961
Author: Svata Dedic <[email protected]>
AuthorDate: Tue Dec 14 16:11:52 2021 +0100
Show Databases and Projects views only after NBLS extension activates.
---
java/java.lsp.server/vscode/package.json | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/java/java.lsp.server/vscode/package.json
b/java/java.lsp.server/vscode/package.json
index 117e509..b60a676 100644
--- a/java/java.lsp.server/vscode/package.json
+++ b/java/java.lsp.server/vscode/package.json
@@ -64,11 +64,13 @@
"explorer": [
{
"id": "foundProjects",
- "name": "Projects"
+ "name": "Projects",
+ "when": "nbJavaLSReady"
},
{
"id": "database.connections",
- "name": "Databases"
+ "name": "Databases",
+ "when": "nbJavaLSReady"
}
]
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists