You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -173,13 +173,12 @@
173
173
"git-smart-checkout.showStatusBar": {
174
174
"type": "boolean",
175
175
"default": true,
176
-
"description": "Show or hide the extension's status bar item"
176
+
"description": "Show the extension's status bar item"
177
177
},
178
178
"git-smart-checkout.useInPlaceCherryPick": {
179
179
"type": "boolean",
180
180
"default": true,
181
-
"description": "(READONLY!) Use in-place cherry-pick instead of temporary worktree for PR cloning",
182
-
"scope": "machine"
181
+
"description": "Use in-place cherry-pick instead of temporary worktree for PR cloning (this method doesn't allow to solve conflicts, so use when completely sure that there will be no conflicts during cherry pick"
0 commit comments