YarnSpinnerTool / YarnSpinner

Yarn Spinner is a tool for building interactive dialogue in games!
https://yarnspinner.dev
MIT License
2.3k stars 201 forks source link

empty nodes create a weird error message from the LSP #385

Open McJones opened 5 months ago

McJones commented 5 months ago

If you make an node with an empty title the LSP returns a gibberish error message that doesn't help track down the issue. So if you have the following Yarn:

title: 
---
// can put anything you want in here
===

The LSP will respond with: Error: name must not be falsy which isn't super helpful.