File tree Expand file tree Collapse file tree 3 files changed +223
-68
lines changed Expand file tree Collapse file tree 3 files changed +223
-68
lines changed Original file line number Diff line number Diff line change 2
2
/.vs
3
3
/.vscode
4
4
/.run
5
+ /launch.vs.json
5
6
/CMakeUserPresets.json
6
7
/CMakeSettings.json
7
8
/build
9
+ /install
10
+ /out
8
11
/local
9
12
/temp
10
13
/test-files /py
11
14
/test-files /** /* .bad.xml
12
- docs /node_modules
13
- docs /build
14
- docs /ui /node_modules
15
- docs /ui /build
16
- docs /ui /public
17
- share /mrdocs /libcxx /
18
- share /mrdocs /clang /
19
- docs /modules /reference
15
+ / docs /node_modules
16
+ / docs /build
17
+ / docs /ui /node_modules
18
+ / docs /ui /build
19
+ / docs /ui /public
20
+ / share /mrdocs /libcxx /
21
+ / share /mrdocs /clang /
22
+ / docs /modules /reference
Original file line number Diff line number Diff line change 24
24
"type" : " equals" ,
25
25
"lhs" : " ${hostSystemName}" ,
26
26
"rhs" : " Windows"
27
- },
28
- "vendor" : {
29
- "microsoft.com/VisualStudioSettings/CMake/1.0" : {
30
- "hostOS" : [
31
- " Windows"
32
- ],
33
- "intelliSenseMode" : " windows-msvc-x64"
34
- }
35
27
}
36
28
},
37
29
{
You can’t perform that action at this time.
0 commit comments