antonmedv / fx

Terminal JSON viewer & processor
https://fx.wtf
MIT License
19.08k stars 438 forks source link

[feature] Support VS Code settings.json and launch.json style config files #230

Closed gregkrsak closed 1 year ago

gregkrsak commented 2 years ago

VS Code uses .json files in its ~/.vscode directory, but they are unable to be loaded.

OS: Lubuntu 21.10

Errors:

JSON Parse Error: invalid character '}' looking for beginning of object key string
JSON Parse Error: invalid character '/'
antonmedv commented 2 years ago

Yes, comments are not supported yet.

antonmedv commented 1 year ago

Now it is supported!