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
and it doesn't work either. Same "#".
I get "Error reading settings.json: invalid character '{' after top-level value" or "Error reading settings.json: invalid character '"' after top-level value".
The text was updated successfully, but these errors were encountered:
All options in settings.json are in the root JSON object starting at { at beginning of file and ending in }, so settings.json cannot be written like this:
{
"softwrap": true
}
{
"wordwrap": true
}
There was an error with { being invalid character when reading settings.json because colon (:) has to be inserted between "*.adb" and {. Colon is inserted between key ("*.adb") and value ({ ... }) like this:
This repository only contains the code of the website but the code of micro is at https://github.com/zyedidia/micro, so please open issues related with micro there instead.
Hi,
I can't seem to change the comment type for the comment plugin.
Here's my settings.json:
I tried with
and it doesn't work either. Same "#".
I get "Error reading settings.json: invalid character '{' after top-level value" or "Error reading settings.json: invalid character '"' after top-level value".
The text was updated successfully, but these errors were encountered: