Skip to content

Commit 7ef4de8

Browse files
committed
open-source: One stone, three birds
1 parent adc3a55 commit 7ef4de8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_home/open-source.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ toc: true
127127

128128
### VSCode Python Extension
129129

130-
- [Fix microsoft/vscode#232420: Python REPL cursor drifting](https://github.com/microsoft/vscode-python/pull/25521)
130+
- [Fix microsoft/vscode#232420: Python REPL cursor drifting](https://github.com/microsoft/vscode-python/pull/25521), which happens to resolve three issues in one go:
131+
- [microsoft/vscode#232420](https://github.com/microsoft/vscode/issues/232420): Terminal Cursor is at the wrong place with Python3.13
132+
- [python/cpython#126131](https://github.com/python/cpython/issues/126131): Python3.13 is mishandling OSC 633 sequences
133+
- [microsoft/vscode#25502](https://github.com/microsoft/vscode-python/issues/25502): Improper line wrapping in Python terminal
134+
131135

132136
### Other minor contributions
133137

0 commit comments

Comments
 (0)