You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is no error shown in vscode, I assume this configuration is ok. Then run pnpm run tablegen, what I got is still two tables with empty namespace
// Hex below is the result of `WorldResourceIdLib.encode({ namespace: "", name: "Counter1", typeId: RESOURCE_TABLE });`
ResourceId constant _tableId = ResourceId.wrap(0x74620000000000000000000000000000436f756e746572310000000000000000);
// Hex below is the result of `WorldResourceIdLib.encode({ namespace: "", name: "Counter2", typeId: RESOURCE_TABLE });`
ResourceId constant _tableId = ResourceId.wrap(0x74620000000000000000000000000000436f756e746572320000000000000000);
Do I miss something, or this feature is not implemented yet?
The text was updated successfully, but these errors were encountered:
Hi
I can see there is a proposal for this: #994 (comment). Also, I tried the following config in mud config:
Since there is no error shown in vscode, I assume this configuration is ok. Then run
pnpm run tablegen
, what I got is still two tables with empty namespaceDo I miss something, or this feature is not implemented yet?
The text was updated successfully, but these errors were encountered: