You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-21 18:40:07 +00:00
docs: update package.json
- Update version to 2.0.26 - Update changelog for workspace support
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
# Code Editor Package for Visual Studio
|
# Code Editor Package for Cursor
|
||||||
|
|
||||||
|
## [2.0.26] - 2025-11-02
|
||||||
|
|
||||||
|
Integration:
|
||||||
|
|
||||||
|
- Add workspace support
|
||||||
|
|
||||||
## [2.0.22] - 2023-10-03
|
## [2.0.22] - 2023-10-03
|
||||||
|
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
"name": "com.boxqkrtm.ide.cursor",
|
"name": "com.boxqkrtm.ide.cursor",
|
||||||
"displayName": "Cursor Editor",
|
"displayName": "Cursor Editor",
|
||||||
"description": "Cursor editor integration for supporting Cursor as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
|
"description": "Cursor editor integration for supporting Cursor as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
|
||||||
"version": "2.0.25",
|
"version": "2.0.26",
|
||||||
"unity": "2019.4",
|
"unity": "2019.4",
|
||||||
"unityRelease": "25f1",
|
"unityRelease": "25f1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.unity.test-framework": "1.1.9"
|
"com.unity.test-framework": "1.1.9"
|
||||||
},
|
},
|
||||||
"_upm": {
|
"_upm": {
|
||||||
"changelog": "Integration:\n\n- Add support for Cursor"
|
"changelog": "Integration:\n\n- Add workspace support"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user