Skip to content

Commit 1b23965

Browse files
committed
feat(vscode): deprecate some robocop settings
1 parent 742e890 commit 1b23965

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@
11331133
},
11341134
"description": "Include specified 'robocop' rules. You can define rule by its name or id. Glob patterns are supported",
11351135
"scope": "resource",
1136-
"markdownDeprecationMessage": "This is a setting for an old `robotframework-robocop` version `<6.0` and will be removed in the future"
1136+
"markdownDeprecationMessage": "This is a setting for an old `robotframework-robocop` version `<6.0` and will be removed in the future and will be removed in the future and is ignored if you have `robotframework-robocop>=6.0` installed."
11371137
},
11381138
"robotcode.robocop.exclude": {
11391139
"type": "array",
@@ -1143,7 +1143,7 @@
11431143
},
11441144
"description": "Exclude specified 'robocop' rules. You can define rule by its name or id. Glob patterns are supported",
11451145
"scope": "resource",
1146-
"markdownDeprecationMessage": "This is a setting for an old `robotframework-robocop` version `<6.0` and will be removed in the future."
1146+
"markdownDeprecationMessage": "This is a setting for an old `robotframework-robocop` version `<6.0` and will be removed in the future and is ignored if you have `robotframework-robocop>=6.0` installed."
11471147
},
11481148
"robotcode.robocop.ignoreGitDir": {
11491149
"type": "boolean",
@@ -1171,7 +1171,7 @@
11711171
},
11721172
"description": "Configure checker or report with parameter value. Corresponds to the `--configure` option of _robocop_ See [robocop](https://robocop.readthedocs.io/)",
11731173
"scope": "resource",
1174-
"markdownDeprecationMessage": "This is a setting for an old `robotframework-robocop` version `<6.0` and will be removed in the future."
1174+
"markdownDeprecationMessage": "This is a setting for an old `robotframework-robocop` version `<6.0` and will be removed in the future and will be removed in the future and is ignored if you have `robotframework-robocop>=6.0` installed."
11751175
}
11761176
}
11771177
},
@@ -2096,7 +2096,7 @@
20962096
"@eslint/js": "^9.28.0",
20972097
"@jgoz/esbuild-plugin-typecheck": "^4.0.3",
20982098
"@types/fs-extra": "^11.0.4",
2099-
"@types/node": "^22.15.27",
2099+
"@types/node": "^20.19.0",
21002100
"@types/vscode": "^1.99.0",
21012101
"@types/vscode-notebook-renderer": "^1.72.3",
21022102
"@vscode/python-extension": "^1.0.5",

0 commit comments

Comments
 (0)