File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 55## [ Unreleased]
66
77### Changed
8- - Code completion trigger improvements.
8+ - Code completion trigger improvements ( [ support # 894 ] ) .
99
1010### Fixed
1111- Fixed terminal layout issues when resizing window vertically.
1212- Fixed editor find widget visible over modal dialogs.
1313
14+ [ support#894 ] : https://github.com/pybricks/support/issues/894
15+
1416## [ 2.1.0-beta.3] - 2022-12-28
1517
1618### Changed
Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ function* runJedi(): Generator {
606606 const subscription = monaco . languages . registerCompletionItemProvider (
607607 pybricksMicroPythonId ,
608608 {
609- triggerCharacters : [ '.' , ' ' ] ,
609+ triggerCharacters : [ '.' ] ,
610610 provideCompletionItems (
611611 model ,
612612 position ,
You can’t perform that action at this time.
0 commit comments