|
14 | 14 | "contribMergeEditorToolbar",
|
15 | 15 | "contribViewsWelcome",
|
16 | 16 | "scmActionButton",
|
| 17 | + "scmInput", |
17 | 18 | "scmSelectedProvider",
|
18 | 19 | "scmValidation",
|
19 | 20 | "timeline"
|
|
213 | 214 | "command": "git.commit",
|
214 | 215 | "title": "%command.commit%",
|
215 | 216 | "category": "Git",
|
216 |
| - "icon": "$(check)" |
| 217 | + "icon": "$(check)", |
| 218 | + "enablement": "!commitInProgress" |
217 | 219 | },
|
218 | 220 | {
|
219 | 221 | "command": "git.commitStaged",
|
220 | 222 | "title": "%command.commitStaged%",
|
221 |
| - "category": "Git" |
| 223 | + "category": "Git", |
| 224 | + "enablement": "!commitInProgress" |
222 | 225 | },
|
223 | 226 | {
|
224 | 227 | "command": "git.commitEmpty",
|
225 | 228 | "title": "%command.commitEmpty%",
|
226 |
| - "category": "Git" |
| 229 | + "category": "Git", |
| 230 | + "enablement": "!commitInProgress" |
227 | 231 | },
|
228 | 232 | {
|
229 | 233 | "command": "git.commitStagedSigned",
|
230 | 234 | "title": "%command.commitStagedSigned%",
|
231 |
| - "category": "Git" |
| 235 | + "category": "Git", |
| 236 | + "enablement": "!commitInProgress" |
232 | 237 | },
|
233 | 238 | {
|
234 | 239 | "command": "git.commitStagedAmend",
|
235 | 240 | "title": "%command.commitStagedAmend%",
|
236 |
| - "category": "Git" |
| 241 | + "category": "Git", |
| 242 | + "enablement": "!commitInProgress" |
237 | 243 | },
|
238 | 244 | {
|
239 | 245 | "command": "git.commitAll",
|
240 | 246 | "title": "%command.commitAll%",
|
241 |
| - "category": "Git" |
| 247 | + "category": "Git", |
| 248 | + "enablement": "!commitInProgress" |
242 | 249 | },
|
243 | 250 | {
|
244 | 251 | "command": "git.commitAllSigned",
|
245 | 252 | "title": "%command.commitAllSigned%",
|
246 |
| - "category": "Git" |
| 253 | + "category": "Git", |
| 254 | + "enablement": "!commitInProgress" |
247 | 255 | },
|
248 | 256 | {
|
249 | 257 | "command": "git.commitAllAmend",
|
250 | 258 | "title": "%command.commitAllAmend%",
|
251 |
| - "category": "Git" |
| 259 | + "category": "Git", |
| 260 | + "enablement": "!commitInProgress" |
252 | 261 | },
|
253 | 262 | {
|
254 | 263 | "command": "git.commitNoVerify",
|
255 | 264 | "title": "%command.commitNoVerify%",
|
256 | 265 | "category": "Git",
|
257 |
| - "icon": "$(check)" |
| 266 | + "icon": "$(check)", |
| 267 | + "enablement": "!commitInProgress" |
258 | 268 | },
|
259 | 269 | {
|
260 | 270 | "command": "git.commitStagedNoVerify",
|
261 | 271 | "title": "%command.commitStagedNoVerify%",
|
262 |
| - "category": "Git" |
| 272 | + "category": "Git", |
| 273 | + "enablement": "!commitInProgress" |
263 | 274 | },
|
264 | 275 | {
|
265 | 276 | "command": "git.commitEmptyNoVerify",
|
266 | 277 | "title": "%command.commitEmptyNoVerify%",
|
267 |
| - "category": "Git" |
| 278 | + "category": "Git", |
| 279 | + "enablement": "!commitInProgress" |
268 | 280 | },
|
269 | 281 | {
|
270 | 282 | "command": "git.commitStagedSignedNoVerify",
|
271 | 283 | "title": "%command.commitStagedSignedNoVerify%",
|
272 |
| - "category": "Git" |
| 284 | + "category": "Git", |
| 285 | + "enablement": "!commitInProgress" |
273 | 286 | },
|
274 | 287 | {
|
275 | 288 | "command": "git.commitStagedAmendNoVerify",
|
276 | 289 | "title": "%command.commitStagedAmendNoVerify%",
|
277 |
| - "category": "Git" |
| 290 | + "category": "Git", |
| 291 | + "enablement": "!commitInProgress" |
278 | 292 | },
|
279 | 293 | {
|
280 | 294 | "command": "git.commitAllNoVerify",
|
281 | 295 | "title": "%command.commitAllNoVerify%",
|
282 |
| - "category": "Git" |
| 296 | + "category": "Git", |
| 297 | + "enablement": "!commitInProgress" |
283 | 298 | },
|
284 | 299 | {
|
285 | 300 | "command": "git.commitAllSignedNoVerify",
|
286 | 301 | "title": "%command.commitAllSignedNoVerify%",
|
287 |
| - "category": "Git" |
| 302 | + "category": "Git", |
| 303 | + "enablement": "!commitInProgress" |
288 | 304 | },
|
289 | 305 | {
|
290 | 306 | "command": "git.commitAllAmendNoVerify",
|
291 | 307 | "title": "%command.commitAllAmendNoVerify%",
|
292 |
| - "category": "Git" |
| 308 | + "category": "Git", |
| 309 | + "enablement": "!commitInProgress" |
293 | 310 | },
|
294 | 311 | {
|
295 | 312 | "command": "git.restoreCommitTemplate",
|
|
2013 | 2030 | "scope": "machine",
|
2014 | 2031 | "description": "%config.defaultCloneDirectory%"
|
2015 | 2032 | },
|
| 2033 | + "git.useEditorAsCommitInput": { |
| 2034 | + "type": "boolean", |
| 2035 | + "scope": "resource", |
| 2036 | + "description": "%config.useEditorAsCommitInput%", |
| 2037 | + "default": false |
| 2038 | + }, |
| 2039 | + "git.verboseCommit": { |
| 2040 | + "type": "boolean", |
| 2041 | + "scope": "resource", |
| 2042 | + "markdownDescription": "%config.verboseCommit%", |
| 2043 | + "default": false |
| 2044 | + }, |
2016 | 2045 | "git.enableSmartCommit": {
|
2017 | 2046 | "type": "boolean",
|
2018 | 2047 | "scope": "resource",
|
|
0 commit comments