Add `autoRestartBuild` to extension manifest.

This commit is contained in:
vector-of-bool 2018-03-04 12:44:46 -07:00
Родитель 49c25976b8
Коммит 901eb07c64
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -315,6 +315,11 @@
"default": 0,
"description": "The number of parallel test jobs. Use zero to use the value of cmake.parallelJobs"
},
"cmake.autoRestartBuild": {
"type": "boolean",
"default": false,
"description": "If 'true', requesting a build while a build is already running will stop and restart the build"
},
"cmake.parseBuildDiagnostics": {
"type": "boolean",
"default": true,