make/vscode/indexers/cpptools-settings.txt
author akolarkunnu
Wed, 18 Sep 2019 07:18:44 -0700
changeset 58326 34b6db069d68
parent 55166 2ae056696b15
permissions -rw-r--r--
8165828: [TEST_BUG] The reg case:javax/swing/plaf/metal/MetalIcons/MetalHiDPIIconsTest.java failed as No Metal Look and Feel Reviewed-by: psadhukhan Contributed-by: jagjot.singh@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
55166
2ae056696b15 8223678: Add Visual Studio Code workspace generation support (for native code)
rwestberg
parents:
diff changeset
     1
		// Configure cpptools IntelliSense
2ae056696b15 8223678: Add Visual Studio Code workspace generation support (for native code)
rwestberg
parents:
diff changeset
     2
		"C_Cpp.intelliSenseCachePath": "{{OUTPUTDIR}}/.vscode",
2ae056696b15 8223678: Add Visual Studio Code workspace generation support (for native code)
rwestberg
parents:
diff changeset
     3
		"C_Cpp.default.compileCommands": "{{OUTPUTDIR}}/compile_commands.json",
2ae056696b15 8223678: Add Visual Studio Code workspace generation support (for native code)
rwestberg
parents:
diff changeset
     4
		"C_Cpp.default.cppStandard": "c++03",
2ae056696b15 8223678: Add Visual Studio Code workspace generation support (for native code)
rwestberg
parents:
diff changeset
     5
		"C_Cpp.default.compilerPath": "{{COMPILER}}",