{ "profiles": { "Client": { "commandName": "Executable", "executablePath": "~/.local/share/vintagestory/Vintagestory", "commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"", "workingDirectory": "~/.local/share/vintagestory" }, "Server": { "commandName": "Executable", "executablePath": "~/.local/share/vintagestory/VintagestoryServer", "commandLineArgs": "--tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\"", "workingDirectory": "~/.local/share/vintagestory" } } }