{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [], "compilerPath": "/usr/local/cuda-10.0/bin/nvcc", "cStandard": "c11", "cppStandard": "c++14", "configurationProvider": "ms-vscode.makefile-tools" } ], "version": 4 }