You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2020/11/04 15:06:14 UTC

[netbeans] 01/02: Setting the icon nad categories for VSCode extension.

This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 7b2d209d1e4a907d69f8396a8b4151e9b15b8cde
Author: Dusan Balek <du...@oracle.com>
AuthorDate: Mon Nov 2 13:30:08 2020 +0100

    Setting the icon nad categories for VSCode extension.
---
 java/java.lsp.server/licenseinfo.xml                     |   1 +
 .../vscode/images/Apache_NetBeans_Logo.png               | Bin 0 -> 9879 bytes
 java/java.lsp.server/vscode/package.json                 |   7 ++++++-
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/java/java.lsp.server/licenseinfo.xml b/java/java.lsp.server/licenseinfo.xml
index 8b68c44..bc60a75 100644
--- a/java/java.lsp.server/licenseinfo.xml
+++ b/java/java.lsp.server/licenseinfo.xml
@@ -37,6 +37,7 @@
         <license ref="Apache-2.0" />
     </fileset>
     <fileset>
+        <file>vscode/images/Apache_NetBeans_Logo.png</file>
         <file>script/etc/nbcode.clusters</file>
         <license ref="Apache-2.0-ASF" />
         <comment type="COMMENT_UNSUPPORTED" />
diff --git a/java/java.lsp.server/vscode/images/Apache_NetBeans_Logo.png b/java/java.lsp.server/vscode/images/Apache_NetBeans_Logo.png
new file mode 100644
index 0000000..7e174d2
Binary files /dev/null and b/java/java.lsp.server/vscode/images/Apache_NetBeans_Logo.png differ
diff --git a/java/java.lsp.server/vscode/package.json b/java/java.lsp.server/vscode/package.json
index 7259f83..5330b52 100644
--- a/java/java.lsp.server/vscode/package.json
+++ b/java/java.lsp.server/vscode/package.json
@@ -10,7 +10,12 @@
 		"url": "https://github.com/apache/netbeans"
 	},
 	"publisher": "asf",
-	"categories": [],
+	"icon": "images/Apache_NetBeans_Logo.png",
+	"categories": [
+		"Programming Languages",
+		"Debuggers",
+		"Other"
+	],
 	"keywords": [
 		"multi-root ready"
 	],


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists