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
Make sure we're pulling everything possible from langspec.json, some things are hard coded which might not have to be
Look at adding the Tealish language features to langspec.json or to a parallel config file, things like if / elif are currently hard coded in extension.ts
Look at the balance between extension.ts and server.ts. My sense is that we should move anything that takes any time to return to the server
think about ways to deal with opcodes which have a "tealish version" as well as a raw opcode (e.g. txn). i THINK we want to omit completions on the raw opcodes for all cases where tealish has the same call. Users can still use the raw opcodes and I think in that case they know what they want and likely don't need the help
I'll work on publishing logistics and get back or make new issues there as needed
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: