Skip to content

Commit f8d2ef0

Browse files
committed
WorkspaceGenerator bugfix
Using the right click "regenerate" button wasn't filling out namespace. Made a temporary work-around in the generator to fix this.
1 parent e6b6789 commit f8d2ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Misc/Generators/WorkspaceGenerator.bf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace Nanoforge.Misc.Generators
2828
$"""
2929
using System;
3030
31-
namespace {Namespace}
31+
namespace Nanoforge
3232
{{
3333
public static class {name}
3434
{{

0 commit comments

Comments
 (0)