toerob / vscode-tads3tools

Tads3 for Visual Studio Code
MIT License
12 stars 3 forks source link

room property "in" isn't recognized by the outliner #28

Closed leugengroot closed 2 years ago

leugengroot commented 2 years ago

Describe the bug

image

the direction property for "in" isn not recognized in the outline tree. "out" on the other hand works fine

To Reproduce Steps to reproduce the behavior:

  1. create a project with two rooms
  2. link them together with in and out
  3. observe the outline in VS Code

Expected behavior Instead of "unnamed" it should read "in".

toerob commented 2 years ago

Good catch!