updated: vscode extension to version 0.1.6
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 15 May 2023 03:22:20 +0000 (22:22 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 15 May 2023 03:22:20 +0000 (22:22 -0500)
misc/vscode/logo-icon.png [new file with mode: 0644]
misc/vscode/logo.png
misc/vscode/onyx-0.1.6.vsix [new file with mode: 0644]
misc/vscode/package-lock.json
misc/vscode/package.json

diff --git a/misc/vscode/logo-icon.png b/misc/vscode/logo-icon.png
new file mode 100644 (file)
index 0000000..f847f11
Binary files /dev/null and b/misc/vscode/logo-icon.png differ
index 21f42e935274d114f987040d249c55193f90a7b1..8da363594fd91339c82a0874f4d8e36b68e9fd4f 100644 (file)
Binary files a/misc/vscode/logo.png and b/misc/vscode/logo.png differ
diff --git a/misc/vscode/onyx-0.1.6.vsix b/misc/vscode/onyx-0.1.6.vsix
new file mode 100644 (file)
index 0000000..f876624
Binary files /dev/null and b/misc/vscode/onyx-0.1.6.vsix differ
index 78763ad076575b8cac69f9934a776b363741f0f1..c3bac054b619d75805220396f054500bf2777a13 100644 (file)
@@ -1,12 +1,12 @@
 {
     "name": "onyx",
-    "version": "0.1.3",
+    "version": "0.1.5",
     "lockfileVersion": 2,
     "requires": true,
     "packages": {
         "": {
             "name": "onyx",
-            "version": "0.1.3",
+            "version": "0.1.5",
             "license": "BSD-2-Clause",
             "dependencies": {
                 "@types/node": "^18.6.4",
index 371a5dc65bfedb716dc7e5bf651d891b6b48089e..b08bc3d836c3c5293124c85fb4eb79e9b58cdc4d 100644 (file)
@@ -1,8 +1,8 @@
 {
     "name": "onyx",
     "displayName": "Onyx",
-    "description": "Onyx syntax highlighting.",
-    "version": "0.1.5",
+    "description": "Onyx syntax highlighting and debugger support.",
+    "version": "0.1.6",
     "publisher": "brendanfh",
     "license": "BSD-2-Clause",
     "engines": {
                 "extensions": [
                     ".onyx"
                 ],
-                "configuration": "./language-configuration.json"
+                "configuration": "./language-configuration.json",
+                "icon": {
+                    "dark": "logo-icon.png",
+                    "light": "logo-icon.png"
+                }
             }
         ],
         "grammars": [