Skip to content

Commit bfbe705

Browse files
author
Gonzalo Diaz
committed
[CONFIG] VSCode settings reduced.
1 parent ef1a76f commit bfbe705

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

.vscode/settings.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
{
2-
// "python.envFile": "${workspaceFolder}/.env",
3-
"python.analysis.typeCheckingMode": "basic",
4-
"python.testing.pytestArgs": [
5-
"src"
6-
],
7-
"python.testing.unittestEnabled": false,
8-
"python.testing.pytestEnabled": true,
9-
"python.linting.enabled": true,
10-
"python.linting.pylintEnabled": true,
11-
"python.linting.pylintArgs": [
12-
"--rcfile",
13-
"${workspaceFolder}/.pylintrc"
14-
],
15-
"sonarlint.connectedMode.project": {
16-
"connectionId": "sir-gon",
17-
"projectKey": "sir-gon_algorithm-exercises-py"
18-
}
2+
"sonarlint.connectedMode.project": {
3+
"connectionId": "sir-gon",
4+
"projectKey": "sir-gon_algorithm-exercises-py"
5+
},
6+
"python.testing.pytestEnabled": true,
7+
"python.analysis.typeCheckingMode": "basic"
198
}

0 commit comments

Comments
 (0)