Skip to content

Commit

Permalink
fix filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
AnEmortalKid committed Apr 20, 2022
1 parent a904769 commit 1751223
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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"
}
}
],
Expand Down

0 comments on commit 1751223

Please sign in to comment.