Skip to content

Commit ad6877d

Browse files
committed
Added Serial & UDP Plotter" item to the "PlatformIO IDE > Quick Access" menu
1 parent 11b1fed commit ad6877d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 3.3.0 (2023-07-??)
4+
5+
* Added [Serial & UDP Plotter"](https://marketplace.visualstudio.com/items?itemName=alexnesnes.teleplot) item to the "PlatformIO IDE > Quick Access" menu
6+
* Updated PlatformIO Core Installer Script to [v1.2.0](https://github.com/platformio/platformio-core-installer/releases/tag/v1.2.0)
7+
38
## 3.2.0 (2023-06-09)
49

510
* Introducing a powerful linting feature that highlights syntactical and stylistic issues in the ["platformio.ini"](https://docs.platformio.org/en/latest/projectconf/index.html) configuration file (issue [#3723](https://github.com/platformio/platformio-vscode-ide/issues/3723))

src/views/quick-access-tree.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ export default class QuickAccessTreeProvider {
6262
undefined,
6363
vscode.TreeItemCollapsibleState.Expanded,
6464
[
65+
new QuickItem(
66+
'Serial & UDP Plotter',
67+
'workbench.extensions.action.showExtensionsWithIds',
68+
[['alexnesnes.teleplot']]
69+
),
6570
new QuickItem('PlatformIO Core CLI', 'platformio-ide.openPIOCoreCLI'),
6671
new QuickItem('Clone Git Project', 'git.clone'),
6772
new QuickItem('New Terminal', 'platformio-ide.newTerminal'),

0 commit comments

Comments
 (0)