Skip to content

Commit 524e792

Browse files
committed
build(bootstrap): visual studio run configurations and tasks
1 parent 94a5b79 commit 524e792

File tree

3 files changed

+223
-68
lines changed

3 files changed

+223
-68
lines changed

.gitignore

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@
22
/.vs
33
/.vscode
44
/.run
5+
/launch.vs.json
56
/CMakeUserPresets.json
67
/CMakeSettings.json
78
/build
9+
/install
10+
/out
811
/local
912
/temp
1013
/test-files/py
1114
/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

CMakeUserPresets.json.example

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@
2424
"type": "equals",
2525
"lhs": "${hostSystemName}",
2626
"rhs": "Windows"
27-
},
28-
"vendor": {
29-
"microsoft.com/VisualStudioSettings/CMake/1.0": {
30-
"hostOS": [
31-
"Windows"
32-
],
33-
"intelliSenseMode": "windows-msvc-x64"
34-
}
3527
}
3628
},
3729
{

0 commit comments

Comments
 (0)