Skip to content

Commit 337b0dd

Browse files
authored
v1.1.0 Install astral python
v1.1.0 Install Python from astral-sh via uv
2 parents a93da0e + e5bb085 commit 337b0dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "pioarduino-ide",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"icon": "assets/images/pioarduino-128x128.png",
55
"publisher": "pioarduino",
66
"engines": {
77
"vscode": "^1.65.0"
88
},
99
"license": "Apache-2.0",
1010
"displayName": "pioarduino IDE",
11-
"description": "pioarduino a Community Fork of Platformio supporting Espressif (esp32/esp8266) Arduino, IDF",
11+
"description": "pioarduino a community fork of Platformio supporting Espressif MCU (Arduino/IDF)",
1212
"categories": [
1313
"Programming Languages",
1414
"Linters",
@@ -877,11 +877,11 @@
877877
},
878878
"dependencies": {
879879
"fs-plus": "~3.1.1",
880-
"pioarduino-node-helpers": "~11.4.0",
880+
"pioarduino-node-helpers": "~12.0.0",
881881
"platformio-vscode-debug": "~1.4.1"
882882
},
883883
"devDependencies": {
884-
"@types/node": "~14",
884+
"@types/node": "~16",
885885
"@types/vscode": "~1.65.0",
886886
"@vscode/vsce": "~3.2.1",
887887
"eslint": "^8",

pioarduino-ide-1.1.0.vsix

2.66 MB
Binary file not shown.

0 commit comments

Comments
 (0)