diff --git a/.gitignore b/.gitignore index 1b54246..2f1229f 100644 --- a/.gitignore +++ b/.gitignore @@ -347,5 +347,4 @@ healthchecksdb MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder -.ionide/ -/Properties \ No newline at end of file +.ionide/ \ No newline at end of file diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..e40da75 --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "profiles": { + "BetterZoom": { + "commandName": "Executable", + "executablePath": "$(tMLPath)", + "workingDirectory": "$(TerrariaSteamPath)" + } + } +} \ No newline at end of file