diff --git a/assets/icon.png b/assets/icon.png new file mode 100644 index 000000000..d5cf4a87a Binary files /dev/null and b/assets/icon.png differ diff --git a/package.json b/package.json index 8fcd2678a..f92486586 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "version": "0.0.0-UNTRACKEDVERSION", "publisher": "__PUBLISHER__", "instrumentationKey": "__AIKEY__", + "icon": "assets/icon.png", "engines": { "vscode": "^1.34.0" }, @@ -335,4 +336,4 @@ "extensionDependencies": [ "ms-python.python" ] -} \ No newline at end of file +}