Skip to content

Commit 2f14fde

Browse files
committed
package: update @pybricks/jedi to v1.7.0
1 parent 74f1619 commit 2f14fde

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
### Fixed
1111
- Fixed clipping of code completion popup by terminal.
12+
- Fixed code completion for builtin types.
13+
- Fixed code completion for names starting with `_`.
1214

1315
## [2.1.0-beta.2] - 2022-12-26
1416

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@pybricks/firmware": "6.6.0",
1717
"@pybricks/ide-docs": "2.7.0",
1818
"@pybricks/images": "^1.3.0",
19-
"@pybricks/jedi": "1.6.0",
19+
"@pybricks/jedi": "1.7.0",
2020
"@pybricks/mpy-cross-v5": "^2.0.0",
2121
"@pybricks/mpy-cross-v6": "^2.0.0",
2222
"@pybricks/python-program-analysis": "^2.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,10 +2383,10 @@ __metadata:
23832383
languageName: node
23842384
linkType: hard
23852385

2386-
"@pybricks/jedi@npm:1.6.0":
2387-
version: 1.6.0
2388-
resolution: "@pybricks/jedi@npm:1.6.0"
2389-
checksum: 982154fa8b3de0e8fcd023e89b6a6223c55948a673e47f25876eba18305d068d97f56012226eb2a217109dc924a43e8f912aae82f7c944eeb398448d90ff3f78
2386+
"@pybricks/jedi@npm:1.7.0":
2387+
version: 1.7.0
2388+
resolution: "@pybricks/jedi@npm:1.7.0"
2389+
checksum: 54a80640197ec674dcf99077a5a9906716b65361f6a8b22ebadc0f1d2716405c60cb0b76b14797b265e90ccac87a7b237d323399f8440d713c7850b2b37218f1
23902390
languageName: node
23912391
linkType: hard
23922392

@@ -2416,7 +2416,7 @@ __metadata:
24162416
"@pybricks/firmware": 6.6.0
24172417
"@pybricks/ide-docs": 2.7.0
24182418
"@pybricks/images": ^1.3.0
2419-
"@pybricks/jedi": 1.6.0
2419+
"@pybricks/jedi": 1.7.0
24202420
"@pybricks/mpy-cross-v5": ^2.0.0
24212421
"@pybricks/mpy-cross-v6": ^2.0.0
24222422
"@pybricks/python-program-analysis": ^2.0.0

0 commit comments

Comments
 (0)