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
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1162,19 +1162,22 @@
1162
1162
"type": "boolean",
1163
1163
"default": true,
1164
1164
"markdownDescription": "Enables 'robotidy' code formatting, if installed. See [robotidy](https://github.com/MarketSquare/robotframework-tidy)",
1165
-
"scope": "resource"
1165
+
"scope": "resource",
1166
+
"markdownDeprecationMessage": "Using of `robotframework-tidy` is deprecated, because it is no longer maintained. Please use `robotframework-robocop>=6.0` instead."
1166
1167
},
1167
1168
"robotcode.robotidy.ignoreGitDir": {
1168
1169
"type": "boolean",
1169
1170
"default": true,
1170
1171
"markdownDescription": "Ignore .git directories when searching for the default configuration file. Corresponds to the `--ignore-git-dir` of _robotidy_ See [robotidy](https://github.com/MarketSquare/robotframework-tidy)",
1171
-
"scope": "resource"
1172
+
"scope": "resource",
1173
+
"markdownDeprecationMessage": "Using of `robotframework-tidy` is deprecated, because it is no longer maintained. Please use `robotframework-robocop>=6.0` instead."
1172
1174
},
1173
1175
"robotcode.robotidy.config": {
1174
1176
"type": "string",
1175
1177
"default": "",
1176
1178
"markdownDescription": "Read configuration from FILE path. Corresponds to the `--config` of _robotidy_ See [robotidy](https://github.com/MarketSquare/robotframework-tidy)",
1177
-
"scope": "resource"
1179
+
"scope": "resource",
1180
+
"markdownDeprecationMessage": "Using of `robotframework-tidy` is deprecated, because it is no longer maintained. Please use `robotframework-robocop>=6.0` instead."
0 commit comments