Lines Matching refs:json
17 The ``settings.json`` file referenced below can be opened in the Settings page by pressing the
27 extension will mostly work out of the box, but it is advisable to use the ``compile_commands.json``
33 To generate the ``compile_commands.json`` file, you can use the compiledb_ tool. Install it using
42 # Compile php-src and generate compile_commands.json
45 To tell the C/C++ extension to use the ``compile_commands.json`` file, add the following to your
46 ``settings.json`` file:
48 .. code:: json
51 "C_Cpp.default.compileCommands": "${workspaceFolder}/compile_commands.json"
62 ``settings.json`` file:
64 .. code:: json
73 ``compile_commands.json`` file, so make sure to follow the instructions from the previous section.
75 peculiar, so you might want to disable this option in your ``settings.json`` file:
79 .. code:: json
93 ``--enable-debug`` configure flag. Copy the following into your projects ``.vscode/launch.json``
96 .. code:: json