remove .vscode

This commit is contained in:
Babz 2021-10-02 22:11:32 +02:00
parent 5fa311f7c6
commit 8b557551bf
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/home/adraenwan/.local/share/giteapc/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang++",
"cStandard": "c11",
"cppStandard": "c++11",
"intelliSenseMode": "linux-clang-x64",
"browse": {
"path": []
}
}
],
"version": 4
}