23 lines
354 B
Plaintext
23 lines
354 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "./",
|
|
}
|
|
],
|
|
"settings": {
|
|
"SublimeLinter.linters.pylint.args": [
|
|
"--disable=unsupported-binary-operation"
|
|
]
|
|
},
|
|
"debugger_configurations": [
|
|
{
|
|
"name": "Run file",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
},
|
|
],
|
|
// project-specific view settings
|
|
}
|