Commit 50000ed4ec32dfe2e389e57bf35d6c94206178e8

Authored by Hu Chunming
1 parent 12040639

更新配置

.vscode/c_cpp_properties.json 0 → 100644
  1 +{
  2 + "configurations": [
  3 + {
  4 + "name": "linux-gcc-arm64",
  5 + "includePath": [
  6 + "${workspaceFolder}/**"
  7 + ],
  8 + "compilerPath": "/usr/bin/gcc",
  9 + "cStandard": "${default}",
  10 + "cppStandard": "${default}",
  11 + "intelliSenseMode": "linux-gcc-arm64",
  12 + "compilerArgs": [
  13 + ""
  14 + ]
  15 + }
  16 + ],
  17 + "version": 4
  18 +}
0 \ No newline at end of file 19 \ No newline at end of file
.vscode/settings.json
1 { 1 {
2 - "files.associations": {  
3 - "*.ipp": "cpp",  
4 - "cctype": "cpp",  
5 - "clocale": "cpp",  
6 - "cmath": "cpp",  
7 - "csetjmp": "cpp",  
8 - "csignal": "cpp",  
9 - "cstdarg": "cpp",  
10 - "cstddef": "cpp",  
11 - "cstdio": "cpp",  
12 - "cstdlib": "cpp",  
13 - "cstring": "cpp",  
14 - "ctime": "cpp",  
15 - "cwchar": "cpp",  
16 - "cwctype": "cpp",  
17 - "any": "cpp",  
18 - "array": "cpp",  
19 - "atomic": "cpp",  
20 - "strstream": "cpp",  
21 - "bit": "cpp",  
22 - "*.tcc": "cpp",  
23 - "bitset": "cpp",  
24 - "cfenv": "cpp",  
25 - "charconv": "cpp",  
26 - "chrono": "cpp",  
27 - "cinttypes": "cpp",  
28 - "codecvt": "cpp",  
29 - "complex": "cpp",  
30 - "condition_variable": "cpp",  
31 - "cstdint": "cpp",  
32 - "deque": "cpp",  
33 - "forward_list": "cpp",  
34 - "list": "cpp",  
35 - "map": "cpp",  
36 - "set": "cpp",  
37 - "unordered_map": "cpp",  
38 - "unordered_set": "cpp",  
39 - "vector": "cpp",  
40 - "exception": "cpp",  
41 - "algorithm": "cpp",  
42 - "functional": "cpp",  
43 - "iterator": "cpp",  
44 - "memory": "cpp",  
45 - "memory_resource": "cpp",  
46 - "numeric": "cpp",  
47 - "optional": "cpp",  
48 - "random": "cpp",  
49 - "ratio": "cpp",  
50 - "regex": "cpp",  
51 - "source_location": "cpp",  
52 - "string": "cpp",  
53 - "string_view": "cpp",  
54 - "system_error": "cpp",  
55 - "tuple": "cpp",  
56 - "type_traits": "cpp",  
57 - "utility": "cpp",  
58 - "rope": "cpp",  
59 - "slist": "cpp",  
60 - "fstream": "cpp",  
61 - "future": "cpp",  
62 - "initializer_list": "cpp",  
63 - "iomanip": "cpp",  
64 - "iosfwd": "cpp",  
65 - "iostream": "cpp",  
66 - "istream": "cpp",  
67 - "limits": "cpp",  
68 - "mutex": "cpp",  
69 - "new": "cpp",  
70 - "ostream": "cpp",  
71 - "scoped_allocator": "cpp",  
72 - "shared_mutex": "cpp",  
73 - "sstream": "cpp",  
74 - "stdexcept": "cpp",  
75 - "streambuf": "cpp",  
76 - "thread": "cpp",  
77 - "typeindex": "cpp",  
78 - "typeinfo": "cpp",  
79 - "valarray": "cpp",  
80 - "variant": "cpp"  
81 - } 2 + "files.associations": {
  3 + "*.ipp": "cpp",
  4 + "cctype": "cpp",
  5 + "clocale": "cpp",
  6 + "cmath": "cpp",
  7 + "csetjmp": "cpp",
  8 + "csignal": "cpp",
  9 + "cstdarg": "cpp",
  10 + "cstddef": "cpp",
  11 + "cstdio": "cpp",
  12 + "cstdlib": "cpp",
  13 + "cstring": "cpp",
  14 + "ctime": "cpp",
  15 + "cwchar": "cpp",
  16 + "cwctype": "cpp",
  17 + "any": "cpp",
  18 + "array": "cpp",
  19 + "atomic": "cpp",
  20 + "strstream": "cpp",
  21 + "bit": "cpp",
  22 + "*.tcc": "cpp",
  23 + "bitset": "cpp",
  24 + "cfenv": "cpp",
  25 + "charconv": "cpp",
  26 + "chrono": "cpp",
  27 + "cinttypes": "cpp",
  28 + "codecvt": "cpp",
  29 + "complex": "cpp",
  30 + "condition_variable": "cpp",
  31 + "cstdint": "cpp",
  32 + "deque": "cpp",
  33 + "forward_list": "cpp",
  34 + "list": "cpp",
  35 + "map": "cpp",
  36 + "set": "cpp",
  37 + "unordered_map": "cpp",
  38 + "unordered_set": "cpp",
  39 + "vector": "cpp",
  40 + "exception": "cpp",
  41 + "algorithm": "cpp",
  42 + "functional": "cpp",
  43 + "iterator": "cpp",
  44 + "memory": "cpp",
  45 + "memory_resource": "cpp",
  46 + "numeric": "cpp",
  47 + "optional": "cpp",
  48 + "random": "cpp",
  49 + "ratio": "cpp",
  50 + "regex": "cpp",
  51 + "source_location": "cpp",
  52 + "string": "cpp",
  53 + "string_view": "cpp",
  54 + "system_error": "cpp",
  55 + "tuple": "cpp",
  56 + "type_traits": "cpp",
  57 + "utility": "cpp",
  58 + "rope": "cpp",
  59 + "slist": "cpp",
  60 + "fstream": "cpp",
  61 + "future": "cpp",
  62 + "initializer_list": "cpp",
  63 + "iomanip": "cpp",
  64 + "iosfwd": "cpp",
  65 + "iostream": "cpp",
  66 + "istream": "cpp",
  67 + "limits": "cpp",
  68 + "mutex": "cpp",
  69 + "new": "cpp",
  70 + "ostream": "cpp",
  71 + "scoped_allocator": "cpp",
  72 + "shared_mutex": "cpp",
  73 + "sstream": "cpp",
  74 + "stdexcept": "cpp",
  75 + "streambuf": "cpp",
  76 + "thread": "cpp",
  77 + "typeindex": "cpp",
  78 + "typeinfo": "cpp",
  79 + "valarray": "cpp",
  80 + "variant": "cpp"
  81 + },
  82 + "C_Cpp_Runner.msvcBatchPath": ""
82 } 83 }
83 \ No newline at end of file 84 \ No newline at end of file