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
Toml lenses won't load file containing array with trailing comma like this: cors_allowed_methods = ["HEAD", "GET", "POST", ]. As described in language spec (look for string 2, # this is ok) this should be ok.
The text was updated successfully, but these errors were encountered:
Toml lenses won't load file containing array with trailing comma like this:
cors_allowed_methods = ["HEAD", "GET", "POST", ]
. As described in language spec (look for string2, # this is ok
) this should be ok.The text was updated successfully, but these errors were encountered: