2 Commits

Author SHA1 Message Date
boxqkrtm
1228f59ed2 Update package.json
version change to 2.0.24
2025-04-24 13:41:23 +09:00
boxqkrtm
f1148f1205 fix: avoid launching cursor without folder context 2025-04-24 13:23:49 +09:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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