Commit 2bf27dce775ba333518c3393f2a774df402f2bc1
1 parent
7d83f99e
更新工程信息,与业务代码无关
Showing
2 changed files
with
85 additions
and
66 deletions
.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 | 19 | \ No newline at end of file | ... | ... |
.vscode/settings.json
1 | 1 | { |
2 | - "files.associations": { | |
3 | - "thread": "cpp", | |
4 | - "chrono": "cpp", | |
5 | - "array": "cpp", | |
6 | - "atomic": "cpp", | |
7 | - "bit": "cpp", | |
8 | - "*.tcc": "cpp", | |
9 | - "bitset": "cpp", | |
10 | - "cctype": "cpp", | |
11 | - "clocale": "cpp", | |
12 | - "cmath": "cpp", | |
13 | - "complex": "cpp", | |
14 | - "condition_variable": "cpp", | |
15 | - "cstdarg": "cpp", | |
16 | - "cstddef": "cpp", | |
17 | - "cstdint": "cpp", | |
18 | - "cstdio": "cpp", | |
19 | - "cstdlib": "cpp", | |
20 | - "cstring": "cpp", | |
21 | - "ctime": "cpp", | |
22 | - "cwchar": "cpp", | |
23 | - "cwctype": "cpp", | |
24 | - "deque": "cpp", | |
25 | - "list": "cpp", | |
26 | - "map": "cpp", | |
27 | - "set": "cpp", | |
28 | - "unordered_map": "cpp", | |
29 | - "vector": "cpp", | |
30 | - "exception": "cpp", | |
31 | - "algorithm": "cpp", | |
32 | - "functional": "cpp", | |
33 | - "iterator": "cpp", | |
34 | - "memory": "cpp", | |
35 | - "memory_resource": "cpp", | |
36 | - "numeric": "cpp", | |
37 | - "optional": "cpp", | |
38 | - "random": "cpp", | |
39 | - "ratio": "cpp", | |
40 | - "regex": "cpp", | |
41 | - "string": "cpp", | |
42 | - "string_view": "cpp", | |
43 | - "system_error": "cpp", | |
44 | - "tuple": "cpp", | |
45 | - "type_traits": "cpp", | |
46 | - "utility": "cpp", | |
47 | - "fstream": "cpp", | |
48 | - "future": "cpp", | |
49 | - "initializer_list": "cpp", | |
50 | - "iomanip": "cpp", | |
51 | - "iosfwd": "cpp", | |
52 | - "iostream": "cpp", | |
53 | - "istream": "cpp", | |
54 | - "limits": "cpp", | |
55 | - "mutex": "cpp", | |
56 | - "new": "cpp", | |
57 | - "ostream": "cpp", | |
58 | - "shared_mutex": "cpp", | |
59 | - "sstream": "cpp", | |
60 | - "stdexcept": "cpp", | |
61 | - "streambuf": "cpp", | |
62 | - "cfenv": "cpp", | |
63 | - "cinttypes": "cpp", | |
64 | - "typeinfo": "cpp", | |
65 | - "variant": "cpp", | |
66 | - "bsf_internal.h": "c" | |
67 | - } | |
2 | + "files.associations": { | |
3 | + "thread": "cpp", | |
4 | + "chrono": "cpp", | |
5 | + "array": "cpp", | |
6 | + "atomic": "cpp", | |
7 | + "bit": "cpp", | |
8 | + "*.tcc": "cpp", | |
9 | + "bitset": "cpp", | |
10 | + "cctype": "cpp", | |
11 | + "clocale": "cpp", | |
12 | + "cmath": "cpp", | |
13 | + "complex": "cpp", | |
14 | + "condition_variable": "cpp", | |
15 | + "cstdarg": "cpp", | |
16 | + "cstddef": "cpp", | |
17 | + "cstdint": "cpp", | |
18 | + "cstdio": "cpp", | |
19 | + "cstdlib": "cpp", | |
20 | + "cstring": "cpp", | |
21 | + "ctime": "cpp", | |
22 | + "cwchar": "cpp", | |
23 | + "cwctype": "cpp", | |
24 | + "deque": "cpp", | |
25 | + "list": "cpp", | |
26 | + "map": "cpp", | |
27 | + "set": "cpp", | |
28 | + "unordered_map": "cpp", | |
29 | + "vector": "cpp", | |
30 | + "exception": "cpp", | |
31 | + "algorithm": "cpp", | |
32 | + "functional": "cpp", | |
33 | + "iterator": "cpp", | |
34 | + "memory": "cpp", | |
35 | + "memory_resource": "cpp", | |
36 | + "numeric": "cpp", | |
37 | + "optional": "cpp", | |
38 | + "random": "cpp", | |
39 | + "ratio": "cpp", | |
40 | + "regex": "cpp", | |
41 | + "string": "cpp", | |
42 | + "string_view": "cpp", | |
43 | + "system_error": "cpp", | |
44 | + "tuple": "cpp", | |
45 | + "type_traits": "cpp", | |
46 | + "utility": "cpp", | |
47 | + "fstream": "cpp", | |
48 | + "future": "cpp", | |
49 | + "initializer_list": "cpp", | |
50 | + "iomanip": "cpp", | |
51 | + "iosfwd": "cpp", | |
52 | + "iostream": "cpp", | |
53 | + "istream": "cpp", | |
54 | + "limits": "cpp", | |
55 | + "mutex": "cpp", | |
56 | + "new": "cpp", | |
57 | + "ostream": "cpp", | |
58 | + "shared_mutex": "cpp", | |
59 | + "sstream": "cpp", | |
60 | + "stdexcept": "cpp", | |
61 | + "streambuf": "cpp", | |
62 | + "cfenv": "cpp", | |
63 | + "cinttypes": "cpp", | |
64 | + "typeinfo": "cpp", | |
65 | + "variant": "cpp", | |
66 | + "bsf_internal.h": "c" | |
67 | + }, | |
68 | + "C_Cpp_Runner.msvcBatchPath": "" | |
68 | 69 | } |
69 | 70 | \ No newline at end of file | ... | ... |