Commit 62d7fdf 1 parent 7d5c971 commit 62d7fdf Copy full SHA for 62d7fdf
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
## [ Unreleased]
6
6
7
7
### Changed
8
- - Code completion trigger improvements.
8
+ - Code completion trigger improvements ( [ support # 894 ] ) .
9
9
10
10
### Fixed
11
11
- Fixed terminal layout issues when resizing window vertically.
12
12
- Fixed editor find widget visible over modal dialogs.
13
13
14
+ [ support#894 ] : https://github.com/pybricks/support/issues/894
15
+
14
16
## [ 2.1.0-beta.3] - 2022-12-28
15
17
16
18
### Changed
Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ function* runJedi(): Generator {
606
606
const subscription = monaco . languages . registerCompletionItemProvider (
607
607
pybricksMicroPythonId ,
608
608
{
609
- triggerCharacters : [ '.' , ' ' ] ,
609
+ triggerCharacters : [ '.' ] ,
610
610
provideCompletionItems (
611
611
model ,
612
612
position ,
You can’t perform that action at this time.
0 commit comments