--- old/make/vscode/indexers/clangd-settings.txt 2020-04-29 12:12:22.996610153 +0200 +++ /dev/null 2020-02-11 10:29:13.086348146 +0100 @@ -1,17 +0,0 @@ - // Configure cpptools IntelliSense - "C_Cpp.intelliSenseCachePath": "{{OUTPUTDIR}}/.vscode", - "C_Cpp.default.compileCommands": "{{OUTPUTDIR}}/compile_commands.json", - "C_Cpp.default.cppStandard": "c++03", - "C_Cpp.default.compilerPath": "{{COMPILER}}", - - // Configure clangd - "clangd.arguments": [ - "-background-index", - "-compile-commands-dir={{OUTPUTDIR}}" - ], - - // Disable conflicting features from cpptools - "C_Cpp.autocomplete": "Disabled", - "C_Cpp.errorSquiggles": "Disabled", - "C_Cpp.formatting": "Disabled", - "C_Cpp.intelliSenseEngine": "Disabled", --- /dev/null 2020-02-11 10:29:13.086348146 +0100 +++ new/make/ide/vscode/hotspot/indexers/clangd-settings.txt 2020-04-29 12:12:22.624610156 +0200 @@ -0,0 +1,17 @@ + // Configure cpptools IntelliSense + "C_Cpp.intelliSenseCachePath": "{{OUTPUTDIR}}/.vscode", + "C_Cpp.default.compileCommands": "{{OUTPUTDIR}}/compile_commands.json", + "C_Cpp.default.cppStandard": "c++03", + "C_Cpp.default.compilerPath": "{{COMPILER}}", + + // Configure clangd + "clangd.arguments": [ + "-background-index", + "-compile-commands-dir={{OUTPUTDIR}}" + ], + + // Disable conflicting features from cpptools + "C_Cpp.autocomplete": "Disabled", + "C_Cpp.errorSquiggles": "Disabled", + "C_Cpp.formatting": "Disabled", + "C_Cpp.intelliSenseEngine": "Disabled",