vimspector/support/test/python/simple_python
Ben Jackson d42fd51f35 Support c-style comments in JSON
Debate rages about whether JSON should have comments. The specification
says it shouldn't but the author of JSON suggested that if you want to
use JSON for configuration, then pipe it through jsmin before parsing.

So that's what we do, using a tiny JSON minifier from
https://github.com/getify/JSON.minify/tree/python

Closes #135
2020-03-21 15:16:07 +00:00
..
.gitignore Demo of python attach 2019-10-26 13:10:44 +01:00
.vimspector.json Support c-style comments in JSON 2020-03-21 15:16:07 +00:00
main.py Remember user choices 2019-10-05 22:20:33 +01:00
requirements.txt Demo of python attach 2019-10-26 13:10:44 +01:00
run_with_ptvsd Demo of python attach 2019-10-26 13:10:44 +01:00