2024.09.0-77
Pre-release
Pre-release
Thank you for helping test this pre-release of Positron!
Installers can be found under the Assets section below. The filename extensions for each platform are:
.dmg
for Mac (Universal),-Setup.exe
for Windows x64 (system level install)-UserSetup.exe
for Windows x64 (user level install).deb
for Debian-based Linux (Ubuntu 22+).
Please review Positron's license agreement. Your acceptance of this license agreement is required as a condition to proceeding with your download or use of the software.
Release Notes
New Features
- Update to upstream VS Code 1.93 (#4655). This release includes a profiles editor, better accessibility for tables, and many small bugfixes and improvements. Read the release notes here: https://code.visualstudio.com/updates/v1_93
- Pressing Play on a Python file now runs the entire file, instead of just a line (#4705)
- Python app files (e.g. Streamlit) now have a Run App in Terminal gesture in the editor context (play button) (#4625)
- Add new environment variables
POSITRON_MODE
andPOSITRON_LONG_VERSION
to help identify Positron environment (#4082)