diff --git a/GodotAddinVS/Commands/CommandResetGodot.cs b/GodotAddinVS/Commands/CommandResetGodot.cs index b2f620a..1d71b9f 100644 --- a/GodotAddinVS/Commands/CommandResetGodot.cs +++ b/GodotAddinVS/Commands/CommandResetGodot.cs @@ -1,4 +1,4 @@ -using Microsoft.VisualStudio.Shell; +using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using System; using System.ComponentModel.Design; diff --git a/GodotAddinVS/Commands/CommandRunGodot.cs b/GodotAddinVS/Commands/CommandRunGodot.cs index 4c407ba..b5d85a4 100644 --- a/GodotAddinVS/Commands/CommandRunGodot.cs +++ b/GodotAddinVS/Commands/CommandRunGodot.cs @@ -1,4 +1,4 @@ -using Microsoft.VisualStudio.Shell; +using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using System; using System.ComponentModel.Design; diff --git a/GodotAddinVS/Debugging/GodotDebuggableProjectCfg.cs b/GodotAddinVS/Debugging/GodotDebuggableProjectCfg.cs index 486f2a4..cda07bc 100644 --- a/GodotAddinVS/Debugging/GodotDebuggableProjectCfg.cs +++ b/GodotAddinVS/Debugging/GodotDebuggableProjectCfg.cs @@ -104,13 +104,13 @@ namespace GodotAddinVS.Debugging var startArgs = new SoftDebuggerListenArgs(_baseProject.Name, IPAddress.Loopback, port) {MaxConnectionAttempts = 3}; var startInfo = new GodotStartInfo(startArgs, null, _baseProject) {WorkingDirectory = GodotPackage.Instance.GodotSolutionEventsListener?.SolutionDir}; - - try + + try { if (_baseProject.ConfigurationManager.ActiveConfiguration.Object is ProjectConfigurationProperties props) startInfo.StartArguments = props.StartArguments; } catch(Exception){} - + var session = new GodotDebuggerSession(); var launcher = new MonoDebuggerLauncher(new Progress()); diff --git a/GodotAddinVS/GodotAddinVS.csproj b/GodotAddinVS/GodotAddinVS.csproj index b61454f..e7731b0 100644 --- a/GodotAddinVS/GodotAddinVS.csproj +++ b/GodotAddinVS/GodotAddinVS.csproj @@ -1,4 +1,4 @@ - + 16.0 diff --git a/GodotAddinVS/GodotPackage.cs b/GodotAddinVS/GodotPackage.cs index 975c78e..fa04c63 100644 --- a/GodotAddinVS/GodotPackage.cs +++ b/GodotAddinVS/GodotPackage.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; diff --git a/GodotAddinVS/GodotPackage.vsct b/GodotAddinVS/GodotPackage.vsct index 9b9077b..bc00066 100644 --- a/GodotAddinVS/GodotPackage.vsct +++ b/GodotAddinVS/GodotPackage.vsct @@ -1,4 +1,4 @@ - + @@ -68,7 +68,7 @@ - + diff --git a/GodotCompletionProviders.Test/GodotCompletionProviders.Test.csproj b/GodotCompletionProviders.Test/GodotCompletionProviders.Test.csproj index ce408d9..adca2de 100644 --- a/GodotCompletionProviders.Test/GodotCompletionProviders.Test.csproj +++ b/GodotCompletionProviders.Test/GodotCompletionProviders.Test.csproj @@ -1,4 +1,4 @@ - +