Skip to content

Commit 3883b3d

Browse files
committed
Update changelog and package version
1 parent 22fe075 commit 3883b3d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Code Editor Package for Visual Studio Code
22

3+
## [1.5.0] - 2024-02-22
4+
5+
- Fixed DefaultExtensions not updating correctly
6+
- Added regions for peace of mind
7+
- Added Extension Test File (KoalaExtension.koala)
8+
- Better UI/UX for the user
9+
310
## [1.4.8] - 2024-02-22
411

512
- Added Launch.json section to Externals Tools

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.tsk.ide.vscode",
33
"displayName": "TSK VSCode Editor",
44
"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.",
5-
"version": "1.4.8",
5+
"version": "1.5.0",
66
"unity": "2021.3",
77
"dependencies": {},
88
"author": {

0 commit comments

Comments
 (0)