blob: 8f070c04c05a643c892da40b30f10fc170a15bae (
plain)
1
2
3
4
5
6
7
8
9
|
{
"restructuredtext.languageServer.disabled": true,
"restructuredtext.builtDocumentationPath": "${workspaceRoot}/doc/build/html",
"restructuredtext.confPath": "",
"restructuredtext.updateOnTextChanged": "true",
"restructuredtext.updateDelay": 300,
"restructuredtext.linter.disabled": true,
"python.pythonPath": "/home/gitpod/mambaforge3/envs/numpy-dev/bin/python"
}
|