Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 1d3a644

Browse files
committed
Prerelease v0.4.7-2
1 parent ae3f12b commit 1d3a644

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
1111
- Fix empty board and examples list [#1367](https://github.com/microsoft/vscode-arduino/pull/1367)
1212
- Fix ESLint parsing for enums [#1368](https://github.com/microsoft/vscode-arduino/pull/1368)
1313
- Fix build cwd [#1375](https://github.com/microsoft/vscode-arduino/pull/1375)
14+
- Fix stack overflow in board configuration view [#1379](https://github.com/microsoft/vscode-arduino/pull/1379)
1415

1516
## Version 0.4.6
1617

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-arduino",
33
"displayName": "Arduino",
44
"description": "Arduino for Visual Studio Code",
5-
"version": "0.4.7-rc",
5+
"version": "0.4.7-rc2",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,

0 commit comments

Comments
 (0)