v2024.14.0
What's Changed
Enhancements
- Allow native REPL launch from command palette by @anthonykim1 in #23912
- REPL Telemetry for Terminal REPL and Native REPL by @anthonykim1 in #23941
- Fire telemetry when REPLs are launched via shift+enter by @anthonykim1 in #23944
- Django Test Compatibility by @eleanorjboyd in #23935
- Do not truncate whitespace for multi-line string by @anthonykim1 in #23977
Bug Fixes
- Debug test session proposed by @eleanorjboyd in #23891
- Fix issues with localization and signing by @karthiknadig in #23931
- Attempt to handle pixi error more gracefully by @anthonykim1 in #23937
- Fix telemetry not getting picked up for Terminal REPL by @anthonykim1 in #23958
- Fix execInREPL Enter to respect complete expression by @anthonykim1 in #23973
- Additional graceful handling for pixi by @anthonykim1 in #23942
- Fix stop sending double telemetry for Terminal REPL by @anthonykim1 in #23995
- Correctly track native REPL state by @anthonykim1 in #23997
- fix django manage.py path validation (#24019) by @eleanorjboyd in #24045
- Remove use of mocked output channel in virtual workspace (#24051) by @eleanorjboyd in #24056
Code Health
- Update info-needed-closer.yml by @eleanorjboyd in #23876
- Add tests for native REPL by @anthonykim1 in #23729
- Remove finalized terminalShellIntegration from proposals by @Tyriar in #23940
- Add GDPR comment for
repltype
by @cwebster-99 in #23974
Full Changelog: v2024.12.3...v2024.14.0