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
+13-3
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@
40
40
"esbuild": "^0.20.0",
41
41
"ovsx": "^0.9.0",
42
42
"prettier": "^3.0.0",
43
-
"remark-cli": "^11.0.0",
44
-
"remark-language-server": "^2.0.0",
45
-
"remark-preset-wooorm": "^9.0.0",
43
+
"remark-cli": "^12.0.0",
44
+
"remark-language-server": "^3.0.0",
45
+
"remark-preset-wooorm": "^10.0.0",
46
46
"typescript": "^5.0.0",
47
47
"vscode-languageclient": "^9.0.0",
48
48
"xo": "^0.58.0"
@@ -102,6 +102,16 @@
102
102
}
103
103
},
104
104
"contributes": {
105
+
"configuration": {
106
+
"title": "remark",
107
+
"properties": {
108
+
"remark.requireConfig": {
109
+
"type": "boolean",
110
+
"default": false,
111
+
"markdownDescription": "If true, only perform actions if a [configuration file](https://github.com/remarkjs/vscode-remark#configuration-file) is found."
0 commit comments