diff --git a/images/kx-logo-vs.png b/images/kx-logo-vs.png new file mode 100644 index 00000000..1cf313b7 Binary files /dev/null and b/images/kx-logo-vs.png differ diff --git a/images/kx.png b/images/kx.png deleted file mode 100644 index c9485959..00000000 Binary files a/images/kx.png and /dev/null differ diff --git a/package.json b/package.json index a071148f..4905a9ff 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "engines": { "vscode": "^1.66.0" }, - "icon": "images/kx.png", + "icon": "images/kx-logo-vs.png", "repository": { "type": "git", "url": "https://github.com/KxSystems/kx-vscode.git" @@ -408,4 +408,4 @@ "extensionDependencies": [ "ms-vscode.azure-account" ] -} \ No newline at end of file +}