MCPcopy
hub / github.com/microsoft/pyright / PythonSettings

Interface PythonSettings

server/src/server.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import { combinePaths, normalizePath } from './common/pathUtils';
18
19interface PythonSettings {
20 venvPath?: string;
21 pythonPath?: string;
22}
23
24interface Settings {
25 python: PythonSettings;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…