Files
com.unity.ide.cursor/package.json
boxqkrtm 8c1a4ac3e0 docs: update package.json
- Update version to 2.0.26
- Update changelog for workspace support
2025-11-02 13:06:17 +09:00

15 lines
485 B
JSON

{
"name": "com.boxqkrtm.ide.cursor",
"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.",
"version": "2.0.26",
"unity": "2019.4",
"unityRelease": "25f1",
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"_upm": {
"changelog": "Integration:\n\n- Add workspace support"
}
}