Skip to content

Commit 37c5371

Browse files
committed
feat(vscode): add deprecation messages for robotframework-tidy in configuration
1 parent 4bc5ee3 commit 37c5371

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,19 +1162,22 @@
11621162
"type": "boolean",
11631163
"default": true,
11641164
"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."
11661167
},
11671168
"robotcode.robotidy.ignoreGitDir": {
11681169
"type": "boolean",
11691170
"default": true,
11701171
"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."
11721174
},
11731175
"robotcode.robotidy.config": {
11741176
"type": "string",
11751177
"default": "",
11761178
"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."
11781181
}
11791182
}
11801183
},
@@ -1965,4 +1968,4 @@
19651968
"workspaces": [
19661969
"docs"
19671970
]
1968-
}
1971+
}

0 commit comments

Comments
 (0)