Skip to content

Commit 351b194

Browse files
committed
Add link to shfmt "keep padding" deprecation notice
1 parent 09d80dd commit 351b194

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vscode-client/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
"bashIde.shfmt.keepPadding": {
102102
"type": "boolean",
103103
"default": false,
104-
"description": "(Deprecated) Keep column alignment padding."
104+
"description": "(Deprecated) Keep column alignment padding.",
105+
"markdownDescription": "**([Deprecated](https://github.com/mvdan/sh/issues/658))** Keep column alignment padding."
105106
},
106107
"bashIde.shfmt.spaceRedirects": {
107108
"type": "boolean",

0 commit comments

Comments
 (0)