You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-22 19:10:07 +00:00
Compare commits
2 Commits
cac0c13658
...
1228f59ed2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1228f59ed2 | ||
|
|
f1148f1205 |
@@ -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;
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user