Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 1cebaa1

Browse files
committed
Fixed settings file
1 parent 2878f22 commit 1cebaa1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"remote.extensionKind": {
3-
"peterjausovec.vscode-docker": "workspace",
4-
"python.pythonPath": "/opt/conda/bin/python",
5-
"python.linting.pylintEnabled": true,
6-
"python.linting.enabled": true
7-
}
3+
"peterjausovec.vscode-docker": "workspace"
4+
},
5+
"python.pythonPath": "/opt/conda/bin/python",
6+
"python.linting.pylintEnabled": true,
7+
"python.linting.enabled": true
88
}

0 commit comments

Comments
 (0)