@@ -55,6 +55,8 @@ part of!
55
55
56
56
### Enhancements
57
57
58
+ 1 . Add the capability to have custom regex's for cell/markdown matching
59
+ ([ #4065 ] ( https://github.com/Microsoft/vscode-python/issues/4065 ) )
58
60
1 . Perform all validation checks in the background
59
61
([ #3019 ] ( https://github.com/Microsoft/vscode-python/issues/3019 ) )
60
62
1 . Watermark for Python Interactive input prompt
@@ -103,6 +105,14 @@ part of!
103
105
104
106
### Fixes
105
107
108
+ 1 . Have the new export commands use our directory change code
109
+ ([ #4140 ] ( https://github.com/Microsoft/vscode-python/issues/4140 ) )
110
+ 1 . Theme should not be exported without output when doing an export.
111
+ ([ #4141 ] ( https://github.com/Microsoft/vscode-python/issues/4141 ) )
112
+ 1 . Deleting all cells should not remove the input prompt
113
+ ([ #4152 ] ( https://github.com/Microsoft/vscode-python/issues/4152 ) )
114
+ 1 . Fix ctrl+c to work in code that has already been entered
115
+ ([ #4168 ] ( https://github.com/Microsoft/vscode-python/issues/4168 ) )
106
116
1 . Auto-select virtual environment in multi-root workspaces
107
117
([ #3501 ] ( https://github.com/Microsoft/vscode-python/issues/3501 ) )
108
118
1 . Validate interpreter in multi-root workspaces
@@ -187,6 +197,8 @@ part of!
187
197
188
198
### Code Health
189
199
200
+ 1 . Fix build issue with code.tsx
201
+ ([ #4156 ] ( https://github.com/Microsoft/vscode-python/issues/4156 ) )
190
202
1 . Expose an event to notify changes to settings instead of casting settings to concrete class.
191
203
([ #642 ] ( https://github.com/Microsoft/vscode-python/issues/642 ) )
192
204
1 . Created system test to ensure terminal gets activated with anaconda environment
0 commit comments