#Using the vscode extension with v5

1 messages · Page 1 of 1 (latest)

austere oracle
#

UPDATE: seems like it's just not ready yet.


As stated on the migration guide, my typegen stuff looks like this now:

const myMachine = createMachine({
  types: { typegen: {}, events: {} as MyMachineEvent },
  // ...
});

However, types are not being generated. What am I missing?

glass valve
#

Is this the thing you were mentioning in #1170131055622230088 ?