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