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
"markdownDescription": "Flavor of the generated [fenced Markdown code block](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks). By default, prompts every time a snippet is copied as a Markdown code block.",
48
+
"markdownDescription": "Style of the generated [fenced Markdown code block](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks). By default, prompts every time a snippet is copied as a Markdown code block.",
49
49
"enum": [
50
-
"plain",
51
-
"includeLanguageIdentifier",
50
+
"never",
51
+
"always",
52
52
"prompt"
53
53
],
54
54
"markdownEnumDescriptions": [
55
-
"Copy a plain fenced Markdown code block.",
56
-
"Copy a fenced Markdown code block that includes the language identifier of the current document.\nThis enables [automatic syntax highlighting](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting) on e.g. GitHub or StackOverflow but isn't compatible with some apps, for example Slack.",
55
+
"Copy a regular fenced Markdown code block without language identifier.",
56
+
"Copy a fenced Markdown code block that includes the language identifier of the current document.\nThis enables [automatic syntax highlighting](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting) on e.g. GitHub or StackOverflow but isn't compatible with some apps, for example Slack.",
57
57
"Always prompt when copying a snippet as a Markdown code block whether to include the language identifier or not."
0 commit comments