aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json72
1 files changed, 6 insertions, 66 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 8caed1c..d237db4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,75 +1,15 @@
{
- "files.associations": {
- ".clang-format": "yaml",
- "array": "cpp",
- "chrono": "cpp",
- "functional": "cpp",
- "istream": "cpp",
- "ostream": "cpp",
- "ratio": "cpp",
- "tuple": "cpp",
- "type_traits": "cpp",
- "utility": "cpp",
- "variant": "cpp",
- "atomic": "cpp",
- "hash_map": "cpp",
- "bit": "cpp",
- "*.tcc": "cpp",
- "cctype": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "condition_variable": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "deque": "cpp",
- "list": "cpp",
- "map": "cpp",
- "set": "cpp",
- "unordered_map": "cpp",
- "vector": "cpp",
- "exception": "cpp",
- "algorithm": "cpp",
- "iterator": "cpp",
- "memory": "cpp",
- "memory_resource": "cpp",
- "numeric": "cpp",
- "optional": "cpp",
- "random": "cpp",
- "string": "cpp",
- "string_view": "cpp",
- "system_error": "cpp",
- "fstream": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "limits": "cpp",
- "mutex": "cpp",
- "new": "cpp",
- "sstream": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "thread": "cpp",
- "cfenv": "cpp",
- "cinttypes": "cpp",
- "typeinfo": "cpp",
- "valarray": "cpp",
- "*.ipp": "cpp",
- "bitset": "cpp",
- "netfwd": "cpp"
- },
+ // CMake Configuration
"cmake.configureArguments": "-DCMAKE_EXPORT_COMPILE_COMMANDS=YES",
"cmake.cpptools.intelliSenseMode": "gcc-x64",
"cmake.cpptools.guessSourceFileConfigurations": true,
+
+ // C++ Configuration
"[cpp]": {
"editor.formatOnSave": true
},
+ "C_Cpp.autoAddFileAssociations": false,
+
+ // RST Configuration
"restructuredtext.confPath": "${workspaceFolder}/doc/src"
} \ No newline at end of file