You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fixed opening new instances of VS 2022 while a instance is already open
This commit is contained in:
@@ -183,7 +183,7 @@ namespace GodotTools.OpenVisualStudio
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
// The digits after the colon are the process ID
|
// The digits after the colon are the process ID
|
||||||
if (!Regex.IsMatch(ppszDisplayName, "!VisualStudio.DTE.16.0:[0-9]"))
|
if (!Regex.IsMatch(ppszDisplayName, "!VisualStudio.DTE.1[6-7].0:[0-9]"))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (pprot.GetObject(moniker[0], out object ppunkObject) == 0)
|
if (pprot.GetObject(moniker[0], out object ppunkObject) == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user