aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorChristopher Uhlig2024-08-05 13:22:54 +0200
committerChristopher Uhlig2024-08-05 13:22:54 +0200
commit9f48d6912e02fa5fcca46bb5f493bc2267ec8c82 (patch)
tree18d51dc06411456061481213057576ffee37cbb8 /.vscode/c_cpp_properties.json
parentd3474100c72be3384d8fe8ca9e6a24260d0c1b52 (diff)
downloadminishell-9f48d6912e02fa5fcca46bb5f493bc2267ec8c82.tar.gz
minishell-9f48d6912e02fa5fcca46bb5f493bc2267ec8c82.zip
removed .vscode
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
deleted file mode 100644
index 97c1779..0000000
--- a/.vscode/c_cpp_properties.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "configurations": [
- {
- "name": "macos-clang-x64",
- "includePath": [
- "${workspaceFolder}/**"
- ],
- "compilerPath": "/usr/bin/clang",
- "cStandard": "${default}",
- "cppStandard": "${default}",
- "intelliSenseMode": "macos-clang-x64",
- "compilerArgs": [
- ""
- ]
- }
- ],
- "version": 4
-} \ No newline at end of file