18 lines
561 B
JSON
18 lines
561 B
JSON
{
|
|
"ansible.python.interpreterPath": "/home/will/Code/thechart/.venv/bin/python",
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"diffEditor.codeLens": true,
|
|
"github.copilot.nextEditSuggestions.enabled": true,
|
|
"github.copilot.selectedCompletionModel": "",
|
|
"ruff.nativeServer": "on",
|
|
"ruff.format.preview": false,
|
|
"python.experiments.enabled": false,
|
|
"ruff.interpreter": [
|
|
"${workspaceFolder}/.venv/bin/python"
|
|
]
|
|
}
|