We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9ade0 commit a663537Copy full SHA for a663537
1 file changed
docs/linux/cmake-linux-project.md
@@ -1,7 +1,7 @@
1
---
2
title: "Configure a Linux CMake project in Visual Studio"
3
description: "How to configure, edit and compile a Linux CMake project in Visual Studio"
4
-ms.date: "05/03/2019"
+ms.date: "05/21/2019"
5
ms.assetid: f8707b32-f90d-494d-ae0b-1d44425fdc25
6
7
@@ -147,9 +147,9 @@ You can use these optional settings for more control:
147
148
```json
149
{
150
- "remotePreBuildCommand": "",
+ "remotePrebuildCommand": "",
151
"remotePreGenerateCommand": "",
152
- "remotePostBuildCommand": "",
+ "remotePostbuildCommand": "",
153
}
154
```
155
0 commit comments