vimspector/support/test
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
..
chrome The chrome debugger doesn't return 'line' in some stack frames. Fix a bug for expensive scopes 2019-10-06 22:19:19 +01:00
cpp/simple_c_program Add extra conf for c project 2019-01-05 10:39:05 +00:00
csharp Add and document why mono debugger doesn't work 2019-06-23 21:39:27 +01:00
example Add 'example' allowing simple command-line attachment 2020-01-31 16:11:36 +00:00
go/hello_world First attempt to make vscode-go work 2019-07-31 18:43:46 +01:00
java/test_project Add way to install a different java debugger, though it doens't work well 2020-01-21 22:25:11 +00:00
node/simple Simple tests for node debugger 2019-10-06 19:24:48 +01:00
python Support c-style comments in JSON 2020-03-21 15:16:07 +00:00
run_test_vim Improve tests 2019-05-16 21:08:18 +01:00