Skip to content

Commit caf03ec

Browse files
committed
Update Changelog and package version
1 parent 427b7ab commit caf03ec

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.4.4] - 2023-08-02
4+
5+
- Remove TSKDoNotDelete Generation
6+
- No longer can one's configuration be taken from them on import of this package.
7+
- User must use `Preferences > External Tools > Generate config files for:` to generate their config files.
8+
39
## [1.4.3] - 2023-07-29
410

511
- Fix possible deadlock caused by not reading stdout

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.3",
5+
"version": "1.4.4",
66
"unity": "2021.3",
77
"dependencies": {},
88
"author": {

0 commit comments

Comments
 (0)