Skip to content

Commit 534f4e0

Browse files
authored
Bump release 2025.0.0 (#588)
* fix out of date * bump release 2025.0.0
1 parent 537b70d commit 534f4e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/build-vsix/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
shell: bash
5555

5656
- name: Upload VSIX
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: linter-package
6060
path: |

package-lock.json

+2-2
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": "debugpy",
33
"displayName": "Python Debugger",
44
"description": "Python Debugger extension using debugpy.",
5-
"version": "2024.15.0-dev",
5+
"version": "2025.0.0",
66
"publisher": "ms-python",
77
"enabledApiProposals": [
88
"portsAttributes",

0 commit comments

Comments
 (0)