Best of VSCode — May 2024
- 1
- 2
- 3
- 4
- 5
- 6
- 7
Community Picks·2y
Ultimate Guide to Dev Containers
Dev containers are isolated, lightweight environments that provide a pre-configured development environment inside your editor or IDE. They save time by eliminating the need for manual setup and ensure a clean environment every time. Some of the benefits of using dev containers include pre-configured build environments, isolated environments, reproducible builds, less setup time, and flexibility in choosing base images.
- 8
DevBlogs·2y
Python in Visual Studio Code
The May 2024 release of the Python and Jupyter extensions for Visual Studio Code includes announcements, a code action to implement abstract classes, a new auto indentation setting, removal of Debugpy in favor of the Python Debugger extension, and the possibility of socket disablement during testing. Pylance's performance has also been improved with several smaller enhancements.
- 9
- 10
Code with Andrea·2y
REST Client Extension for VSCode
REST Client is a VSCode extension that allows users to send HTTP requests and view the response directly in Visual Studio Code. It is a great tool for creating 'runnable documentation' for REST APIs used in a project. Users can define their own environments and use variables. REST Client has various useful features.