Skip to content

Commit 4ebf10b

Browse files
Add Extends clause to stub code of new server-side class (#1220)
1 parent e03c0e3 commit 4ebf10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/FileSystemProvider/FileSystemProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function generateFileContent(
4747
preamble.push(nextLine);
4848
}
4949
if (content.length === 0) {
50-
content.push(`Class ${className}`, "{", "}");
50+
content.push(`Class ${className} Extends %RegisteredObject`, "{", "}");
5151
}
5252
return {
5353
content,

0 commit comments

Comments
 (0)