Added an icon

This commit is contained in:
Olivier Guinart 2017-09-24 12:45:34 -07:00
parent f26f4128fb
commit f9c264922b
3 changed files with 5 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -10,7 +10,7 @@ Provides the ability to develop 6502 assembly programs within a modern IDE.
* Statement completion
* Opcodes tooltip
(Images/merlin32VSCodeNearest.gif)
![Features](Images/merlin32VSCodeNearest.gif)
## Requirements
@ -22,7 +22,7 @@ Not yet, but coming in a future update, to hold settings such as Merlin32 execut
## Known Issues
:construction: This is work in progress...
This is work in progress...
## Release Notes

View File

@ -1,9 +1,11 @@
{
"name": "merlin32",
"displayName": "Merlin32",
"description": "Language support for Merlin32",
"description": "Visual Studio Code Language Extension for Merlin32",
"version": "1.0.0",
"publisher": "Aito",
"author": "Olivier Guinart",
"icon": "images/VSLanguageServiceIcon.png",
"engines": {
"vscode": "^1.15.0"
},