News

Microsoft has released the source code for the GitHub Copilot Chat extension for VS Code under the MIT license.
As someone who uses VS Code to edit Python code, YAML configs, Ansible playbooks, and Dendron-based notes, here are some reasons why I consider Code-Server an essential part of my computing setup.
Note: This is just a small subset of all of the python projects I've created. The one showcased are much more entertaining to look at have some graphical component to them. LINKS: Hangman: <a href=" ...
AI coding assistants sometimes hallucinate - confidently recommending software packages that don’t actually exist, aka ...
The Webview UI Toolkit is a component library for building webview-based extensions in Visual Studio Code. Some of the library's features include: Visual Studio Code design language: All components ...
Pyodide is a port of CPython to WebAssembly/ Emscripten. Pyodide makes it possible to install and run Python packages in the browser with micropip. Any pure Python package with a wheel available on ...