VSCode - Remove /usr/include from include path
up vote
0
down vote
favorite
How do I make VSCode ignore /usr/include in order to to prevent VSCode/intellisense from thinking I have access to the normal standard library?
My current "c_cpp_properties.json" file looks like this:
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/intel/sgxsdk/include"
],
"defines": ,
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
visual-studio-code vscode-settings include-path
add a comment |
up vote
0
down vote
favorite
How do I make VSCode ignore /usr/include in order to to prevent VSCode/intellisense from thinking I have access to the normal standard library?
My current "c_cpp_properties.json" file looks like this:
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/intel/sgxsdk/include"
],
"defines": ,
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
visual-studio-code vscode-settings include-path
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How do I make VSCode ignore /usr/include in order to to prevent VSCode/intellisense from thinking I have access to the normal standard library?
My current "c_cpp_properties.json" file looks like this:
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/intel/sgxsdk/include"
],
"defines": ,
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
visual-studio-code vscode-settings include-path
How do I make VSCode ignore /usr/include in order to to prevent VSCode/intellisense from thinking I have access to the normal standard library?
My current "c_cpp_properties.json" file looks like this:
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/intel/sgxsdk/include"
],
"defines": ,
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
visual-studio-code vscode-settings include-path
visual-studio-code vscode-settings include-path
asked Nov 19 at 1:07
Roymunson
1,54321537
1,54321537
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53367096%2fvscode-remove-usr-include-from-include-path%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown