godot fix

This commit is contained in:
shibazaki 2025-03-27 16:02:54 +01:00
parent d8f3c0474c
commit 82d650a309

View File

@ -21,7 +21,8 @@
csharpier.csharpier-vscode
];
userSettings = {
"godot.csharp.executablePath" = "${pkgs.godot_4-mono}/bin/godot-mono";
"godot.csharp.executablePath" = "${pkgs.godot_4-mono}/bin/godot_4-mono";
"csharpier.dev.customPath" = "${pkgs.dotnet-sdk}/bin/dotnet-sdk";
};
};
}