4 Commits

Author SHA1 Message Date
boxqkrtm
0a98b387a9 Merge pull request #8 from zhust2003/master
feat: Support existing Cursor workspace detection (windows)
2025-04-24 13:41:37 +09:00
boxqkrtm
1228f59ed2 Update package.json
version change to 2.0.24
2025-04-24 13:41:23 +09:00
boxqkrtm
a24588a87a fix: Change package.json Name to Avoid Installation Warning 2025-04-24 13:33:25 +09:00
boxqkrtm
f1148f1205 fix: avoid launching cursor without folder context 2025-04-24 13:23:49 +09:00
2 changed files with 3 additions and 3 deletions

View File

@@ -503,7 +503,7 @@ namespace Microsoft.Unity.VisualStudio.Editor {
var newArgs = string.IsNullOrEmpty(path) ? var newArgs = string.IsNullOrEmpty(path) ?
$"--new-window \"{directory}\"" : $"--new-window \"{directory}\"" :
$"--new-window -g \"{path}\":{line}:{column}"; $"--new-window \"{directory}\" -g \"{path}\":{line}:{column}";
ProcessRunner.Start(ProcessStartInfoFor(application, newArgs)); ProcessRunner.Start(ProcessStartInfoFor(application, newArgs));
return true; return true;

View File

@@ -1,8 +1,8 @@
{ {
"name": "com.unity.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.23", "version": "2.0.24",
"unity": "2019.4", "unity": "2019.4",
"unityRelease": "25f1", "unityRelease": "25f1",
"dependencies": { "dependencies": {