File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ // Use IntelliSense to learn about possible attributes.
3+ // Hover to view descriptions of existing attributes.
4+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+ "version" : " 0.2.0" ,
6+ "configurations" : [
7+ {
8+ "name" : " Python: Current File" ,
9+ "type" : " python" ,
10+ "request" : " launch" ,
11+ "console" : " integratedTerminal" ,
12+ "justMyCode" : false ,
13+ // "program": "./examples/ex_local.py",
14+ // "program": "./examples/ex_remote.py",
15+ // "program": "./examples/ex_other.py",
16+ // "program": "./tests/test_sync.py",
17+ // "program": "./tests/test_zfslib.py",
18+ "program" : " ./tests/test_zfslib_online.py" ,
19+ }
20+ ]
21+ }
Original file line number Diff line number Diff line change 1+ {
2+ "python.envFile" : " ${workspaceFolder}/dev.env" ,
3+ "python.linting.pylintEnabled" : false ,
4+ "python.linting.flake8Enabled" : true ,
5+ "python.linting.enabled" : true
6+ }
You can’t perform that action at this time.
0 commit comments