├── extension/ # VSCode extension code │ ├── index.ts # Extension entry point │ └── views/ # Webview panel logic ├── webview/ # React frontend │ ├── App.tsx # Main React component │ ├── components/ui/ ...
Python: Select Interpreter Switch between Python interpreters, versions, and environments. Python: Start REPL Start an interactive Python REPL using the selected interpreter in the VS Code terminal.