diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 7bc18a4..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,18 +0,0 @@ -// A launch configuration that launches the extension inside a new window -// Use IntelliSense to learn about possible attributes. -// Hover to view descriptions of existing attributes. -// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 -{ - "version": "0.2.0", - "configurations": [ - { - "name": "Extension", - "type": "extensionHost", - "request": "launch", - "runtimeExecutable": "${execPath}", - "args": [ - "--extensionDevelopmentPath=${workspaceFolder}" - ] - } - ] -} \ No newline at end of file diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 0000000..ec5d449 Binary files /dev/null and b/images/icon.png differ diff --git a/package.json b/package.json index 80cc198..ab9f823 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "displayName": "OMG IDL", "description": "Syntax highlighting for the OMG Interface Definition Language (IDL)", "version": "1.0.0", + "icon": "images/icon.png", "engines": { "vscode": "^1.33.0" },