We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b53b1a commit 8f679e4Copy full SHA for 8f679e4
.vscode/tasks.json
@@ -7,8 +7,8 @@
7
},
8
"tasks": [
9
{
10
- "label": "make",
11
- "command": "cmake --build .",
+ "label": "Make Debug Zep",
+ "command": "cmake --build . --config Debug",
12
"presentation": {
13
"echo": false,
14
"reveal": "always",
demos/cmake/MacOSXBundleInfo.plist.in
@@ -35,6 +35,6 @@
35
<key>NSPrincipalClass</key>
36
<string>NSApplication</string>
37
<key>NSHighResolutionCapable</key>
38
- <string>True</string>
+ <true/>
39
</dict>
40
</plist>
0 commit comments