Skip to content

Commit

Permalink
Merge branch 'release/v2.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Feb 4, 2022
2 parents a5c131b + 82b4cab commit 4ee255d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 2.4.1 (2022-02-??)

- Fixed an issue when debugging does not start on Windows (issue [#2925](https://github.com/platformio/platformio-vscode-ide/issues/2925))

## 2.4.0 (2021-11-05)

**Requires VSCode 1.57 or above**
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "platformio-ide",
"version": "2.4.0",
"version": "2.4.1",
"publisher": "platformio",
"engines": {
"vscode": "^1.57.0"
Expand Down Expand Up @@ -639,23 +639,23 @@
"dependencies": {
"fs-plus": "~3.1.1",
"platformio-node-helpers": "~9.4.0",
"platformio-vscode-debug": "~1.4.0"
"platformio-vscode-debug": "~1.4.1"
},
"devDependencies": {
"@babel/core": "~7.16.0",
"@babel/eslint-parser": "~7.16.0",
"@babel/plugin-proposal-class-properties": "~7.16.0",
"@babel/preset-env": "~7.16.0",
"@babel/core": "~7.17.0",
"@babel/eslint-parser": "~7.17.0",
"@babel/plugin-proposal-class-properties": "~7.16.7",
"@babel/preset-env": "~7.16.11",
"@types/node": "~12",
"@types/vscode": "~1.57.0",
"babel-loader": "~8.2.3",
"eslint": "~8.1.0",
"eslint": "~8.8.0",
"eslint-import-resolver-webpack": "~0.13.2",
"eslint-plugin-import": "~2.25.2",
"prettier": "~2.4.1",
"vsce": "~2.2.0",
"webpack": "~5.61.0",
"webpack-cli": "~4.9.1"
"eslint-plugin-import": "~2.25.4",
"prettier": "~2.5.1",
"vsce": "~2.6.7",
"webpack": "~5.68.0",
"webpack-cli": "~4.9.2"
},
"extensionDependencies": [
"ms-vscode.cpptools"
Expand Down

0 comments on commit 4ee255d

Please sign in to comment.