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: packages/vscode/schema/headmatter.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,24 @@
174
174
"markdownDescription": "Show a copy button in code blocks",
175
175
"default": true
176
176
},
177
+
"magicMoveCopy": {
178
+
"anyOf": [
179
+
{
180
+
"type": "boolean"
181
+
},
182
+
{
183
+
"type": "string",
184
+
"const": "final"
185
+
},
186
+
{
187
+
"type": "string",
188
+
"const": "always"
189
+
}
190
+
],
191
+
"description": "Show copy button in magic move code blocks\n\n`'final'` for only show copy button on the final step `'always'` or `true` for show copy button on all steps",
192
+
"markdownDescription": "Show copy button in magic move code blocks\n\n`'final'` for only show copy button on the final step\n`'always'` or `true` for show copy button on all steps",
0 commit comments