In this article author Sachin Joglekar discusses the transformation of CLI terminals becoming agentic where developers can state goals while the AI agents plan, call tools, iterate, ask for approval ...
├── 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.