mirror of https://github.com/ecmwf/eccodes.git
Remove Visual Studio Code settings
This commit is contained in:
parent
3146d9ceb2
commit
4078f97a8e
|
@ -69,6 +69,7 @@ data/bufr/*test
|
||||||
|
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
.idea
|
.idea
|
||||||
|
.vscode
|
||||||
|
|
||||||
build/
|
build/
|
||||||
*.back
|
*.back
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Linux",
|
|
||||||
"includePath": [
|
|
||||||
"/usr/include",
|
|
||||||
"/usr/include/linux",
|
|
||||||
"/usr/local/apps/gcc/7.3.0/lib64/gcc/x86_64-suse-linux/7.3.0/include",
|
|
||||||
"${workspaceRoot}"
|
|
||||||
],
|
|
||||||
"defines": [],
|
|
||||||
"compilerPath": "/usr/local/apps/gcc/7.3.0/bin/gcc",
|
|
||||||
"cStandard": "c89",
|
|
||||||
"cppStandard": "c++17",
|
|
||||||
"intelliSenseMode": "clang-x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
Loading…
Reference in New Issue