| 17 | import { combinePaths, normalizePath } from './common/pathUtils'; |
| 18 | |
| 19 | interface PythonSettings { |
| 20 | venvPath?: string; |
| 21 | pythonPath?: string; |
| 22 | } |
| 23 | |
| 24 | interface Settings { |
| 25 | python: PythonSettings; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…