We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e98890 commit 53d4a6dCopy full SHA for 53d4a6d
2 files changed
.vscode/settings.json
@@ -1,13 +1,15 @@
1
{
2
- "flake8.args": ["--config=pyproject.toml"],
3
"ruff.organizeImports": true,
4
"python.terminal.activateEnvironment": true,
5
"python.testing.pytestArgs": [
6
"tests"
7
],
8
"python.testing.unittestEnabled": false,
9
"python.testing.pytestEnabled": true,
+ "python.analysis.extraPaths": [
10
+ "sources/plone-stubs/src"
11
+ ],
12
"[markdown]": {
13
"editor.formatOnSave": false
- }
14
+ }
15
}
news/+vscode.internal
@@ -0,0 +1 @@
+Updated VS Code settings: removed obsolete flake8 config, added plone-stubs to analysis paths. @ericof
0 commit comments