diff options
| author | Christopher Uhlig | 2025-01-20 19:32:10 +0100 |
|---|---|---|
| committer | Christopher Uhlig | 2025-01-20 19:32:10 +0100 |
| commit | 852e00cb465b05f13aa6298ce71a1067c0846556 (patch) | |
| tree | 23407cd33e3dc255a9a4a6acb9d67a051ba80f65 /.vscode/settings.json | |
| parent | b73e9e4fda360885035b9b04e9e9aca4724cb285 (diff) | |
| download | minishell-852e00cb465b05f13aa6298ce71a1067c0846556.tar.gz minishell-852e00cb465b05f13aa6298ce71a1067c0846556.zip | |
fixed norm tester 133 remove .vs
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index e43ecab..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "C_Cpp_Runner.cCompilerPath": "clang", - "C_Cpp_Runner.cppCompilerPath": "clang++", - "C_Cpp_Runner.debuggerPath": "lldb", - "C_Cpp_Runner.cStandard": "", - "C_Cpp_Runner.cppStandard": "", - "C_Cpp_Runner.msvcBatchPath": "", - "C_Cpp_Runner.useMsvc": false, - "C_Cpp_Runner.warnings": [ - "-Wall", - "-Wextra", - "-Wpedantic", - "-Wshadow", - "-Wformat=2", - "-Wcast-align", - "-Wconversion", - "-Wsign-conversion", - "-Wnull-dereference" - ], - "C_Cpp_Runner.msvcWarnings": [ - "/W4", - "/permissive-", - "/w14242", - "/w14287", - "/w14296", - "/w14311", - "/w14826", - "/w44062", - "/w44242", - "/w14905", - "/w14906", - "/w14263", - "/w44265", - "/w14928" - ], - "C_Cpp_Runner.enableWarnings": true, - "C_Cpp_Runner.warningsAsError": false, - "C_Cpp_Runner.compilerArgs": [], - "C_Cpp_Runner.linkerArgs": [], - "C_Cpp_Runner.includePaths": [], - "C_Cpp_Runner.includeSearch": [ - "*", - "**/*" - ], - "C_Cpp_Runner.excludeSearch": [ - "**/build", - "**/build/**", - "**/.*", - "**/.*/**", - "**/.vscode", - "**/.vscode/**" - ], - "C_Cpp_Runner.useAddressSanitizer": false, - "C_Cpp_Runner.useUndefinedSanitizer": false, - "C_Cpp_Runner.useLeakSanitizer": false, - "C_Cpp_Runner.showCompilationTime": false, - "C_Cpp_Runner.useLinkTimeOptimization": false, - "C_Cpp_Runner.msvcSecureNoWarnings": false, - "files.associations": { - "minishell.h": "c", - "debug_tools.h": "c", - "token.h": "c" - } - }
\ No newline at end of file |
