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
Is there some hardwiring in the VS code extension around 'app.toml' file names?
No, but extension tries to guess which kind of file are you trying to edit currently and select best schema for that file to validate.
You can specify custom schema via #:schema directive in file or select proper schema in the bottom right corner of VSCode (it should show up as Expo SDK for app.toml)
Is there some hardwiring in the VS code extension around 'app.toml' file names? Even a blank app.toml shows the following problem
But if i rename it to foo.toml, config.toml or anything else, it goes away.
The text was updated successfully, but these errors were encountered: