File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,14 @@ import {
1717import { useEnvExtension } from './utilities' ;
1818import { EnvironmentVariables } from './variables/types' ;
1919
20- /**
21- * Details about a Python interpreter.
22- */
2320export interface IInterpreterDetails {
24- /** Array of path components to the Python executable */
2521 path ?: string [ ] ;
26- /** The workspace resource associated with this interpreter */
2722 resource ?: Uri ;
2823}
2924
3025/** Event emitter for Python interpreter changes */
3126const onDidChangePythonInterpreterEvent = new EventEmitter < IInterpreterDetails > ( ) ;
3227
33- /** Event that fires when the active Python interpreter changes */
3428export const onDidChangePythonInterpreter : Event < IInterpreterDetails > = onDidChangePythonInterpreterEvent . event ;
3529
3630async function activateExtensions ( ) {
You can’t perform that action at this time.
0 commit comments