Skip to content

Commit 5c87160

Browse files
Merge pull request #10 from microsoft/pre-release
Pre release
2 parents 3392278 + 62ec62a commit 5c87160

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

icon.png

47.5 KB
Loading

package-lock.json

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "debugpy",
33
"displayName": "Debugpy",
44
"description": "Python Debugger extension using `debugpy`.",
5-
"version": "0.0.1",
5+
"version": "2023.1.0-dev",
66
"publisher": "ms-python",
77
"license": "MIT",
88
"homepage": "https://github.com/Microsoft/vscode-python-debugger",
@@ -13,6 +13,7 @@
1313
"bugs": {
1414
"url": "https://github.com/Microsoft/vscode-python-debugger/issues"
1515
},
16+
"icon": "icon.png",
1617
"keywords": [
1718
"python",
1819
"debugger",
@@ -468,6 +469,7 @@
468469
"dependencies": {
469470
"@vscode/extension-telemetry": "^0.7.4-preview",
470471
"fs-extra": "^11.1.0",
472+
"iconv-lite": "^0.6.3",
471473
"inversify": "^6.0.1",
472474
"jsonc-parser": "^3.2.0",
473475
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)