aswi2020sebela-gitlab/python-module/python.code-workspace @ 24da652a
1 | 24da652a | Tomáš Ballák | { |
---|---|---|---|
2 | "folders": [ |
||
3 | { |
||
4 | "path": "." |
||
5 | } |
||
6 | ], |
||
7 | "settings": { |
||
8 | "php.suggest.basic":false, |
||
9 | "files.autoSave": "afterDelay", |
||
10 | "python.linting.enabled": true |
||
11 | }, |
||
12 | "extensions": { |
||
13 | "recommendations": [ |
||
14 | "vscode-icons-team.vscode-icons", |
||
15 | "ms-python.python", |
||
16 | "ms-vscode-remote.remote-containers" |
||
17 | ] |
||
18 | } |
||
19 | } |