Skip to content

Commit

Permalink
Update changelog and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chizaruu committed Feb 21, 2024
1 parent 22fe075 commit 3883b3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Code Editor Package for Visual Studio Code

## [1.5.0] - 2024-02-22

- Fixed DefaultExtensions not updating correctly
- Added regions for peace of mind
- Added Extension Test File (KoalaExtension.koala)
- Better UI/UX for the user

## [1.4.8] - 2024-02-22

- Added Launch.json section to Externals Tools
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.tsk.ide.vscode",
"displayName": "TSK VSCode Editor",
"description": "Unofficial code editor integration for supporting Visual Studio Code as code editor for Unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
"version": "1.4.8",
"version": "1.5.0",
"unity": "2021.3",
"dependencies": {},
"author": {
Expand Down

0 comments on commit 3883b3d

Please sign in to comment.