11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".."
|
|
}
|
|
],
|
|
"settings": {
|
|
"python.terminal.activateEnvInCurrentTerminal": true,
|
|
"pylint.path" : ["${interpreter}", "-m", "pylint"]
|
|
}
|
|
} |