Skip to content

Commit 3e4ed2c

Browse files
committed
updated theia dependencies for non -nightly version
1 parent 450ee36 commit 3e4ed2c

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

src/theia-master/packages/python-debug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Usage is similar to other theia debug extensions. Detailed guide can be found at
55
# Versions
66
* "python-debug": "next" For theia next builds
77
* "python-debug": "1.0.0" for versions below 0.6.1
8-
* "python-debug": "1.0.2" for ^0.6.1
8+
* "python-debug": "1.0.6" for >=0.6.1
99

1010
# Known issues:
1111
* Python debugger creates a new terminal window for each debug session and later terminates the same window when terminating the session (either successfully or due to an error). To preserve the debug log after the debug session, console setting in the debug configuration has to be set to "none":

src/theia-master/packages/python-debug/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "python-debug",
3-
"version": "1.0.2",
3+
"version": "1.0.6",
44
"description": "Theia - Python Debug Extension. This module implements debug interface from vs-python VS Studio extension.",
55
"dependencies": {
6-
"@theia/core": "^0.6.1",
7-
"@theia/debug": "^0.6.1",
8-
"@theia/python": "^0.6.1"
6+
"@theia/core": ">=0.6.1",
7+
"@theia/python": ">=0.6.1"
98
},
109
"publishConfig": {
1110
"access": "public"

0 commit comments

Comments
 (0)