init commit
This commit is contained in:
22
ms.sublime-project
Normal file
22
ms.sublime-project
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user