defold / extension-teal

Defold transpilation support for Teal
MIT License
26 stars 2 forks source link

Deleting a Teal source file results in an error #5

Closed Lerg closed 3 weeks ago

Lerg commented 4 months ago
  1. Create a teal file some.tl
  2. Run project
  3. Delete some.tl
  4. Run project
  5. Get an error
    The file '/main/some.tl' could not be found.
mikatuo commented 3 weeks ago

That' a bummer. Tried Teal and accidentally noticed the same issue. Required Defold restart to make errors go away.

vlaaad commented 3 weeks ago

Fixed in https://github.com/defold/defold/commit/415b7a13d96c14dcce3239089b33736cfba4325e, check for the editor update.