diff --git a/CHANGELOG.md b/CHANGELOG.md index be3b9e0..1462a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "dogescript-support" extension will be documented in Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.1.1] + +- Fix filepath icon + ## [0.1.0] - Initial release \ No newline at end of file diff --git a/icons/face.png b/icons/file.png similarity index 100% rename from icons/face.png rename to icons/file.png diff --git a/package.json b/package.json index c6ccad2..e62c042 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/dogescript/vscode-dogescript.git" }, - "version": "0.1.0", + "version": "0.1.1", "engines": { "vscode": "^1.66.0" }, @@ -31,8 +31,8 @@ ], "configuration": "./languages/language-configuration.json", "icon": { - "dark": "icons/file.png", - "light": "icons/file.png" + "dark": "./icons/file.png", + "light": "./icons/file.png" } } ],