diff --git a/Images/VSLanguageServiceIcon.png b/Images/VSLanguageServiceIcon.png new file mode 100644 index 0000000..c294dbe Binary files /dev/null and b/Images/VSLanguageServiceIcon.png differ diff --git a/README.md b/README.md index 548ffb8..ed30cac 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index aa87069..73fe7c9 100644 --- a/package.json +++ b/package.json @@ -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" },