Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Update terminal extension to the theia 0.3.19 #41

Merged
merged 2 commits into from
Jan 29, 2019

Conversation

AndrienkoAleksandr
Copy link
Contributor

Referenced issue:

#29

Use newer terminal api. Fix resize terminal content which was sent before terminal opening

Signed-off-by: Oleksandr Andriienko oandriie@redhat.com

Use newer terminal api. Fix resize terminal content which was sent before terminal opening

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
"xterm": "3.9.1",
"@eclipse-che/workspace-client": "latest",
"@eclipse-che/api": "latest"
},
"license": "EPL-2.0",
"devDependencies": {
"typescript": "2.9.2",
"typescript": "^3.1.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe remove carret (well that's fine as we got CQ on dev dependencies for a version and later but maybe best to stick with one version here)

if (!IBaseTerminalServer.validateId(this.terminalId)) {
throw new Error('terminal is not started');
}
// Exec server side unable to return real process pid. This information is incupsulated.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// Exec server side unable to return real process pid. This information is incupsulated.
// Exec server side unable to return real process pid. This information is encapsulated.

"xterm": "3.9.1",
"@eclipse-che/workspace-client": "latest",
"@eclipse-che/api": "latest"
},
"license": "EPL-2.0",
"devDependencies": {
"typescript": "2.9.2",
"typescript": "^3.1.3",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"typescript": "^3.1.3",
"typescript": "3.1.3",

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
Copy link
Contributor

@evidolob evidolob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait until CI build passes

@AndrienkoAleksandr AndrienkoAleksandr merged commit 348956e into master Jan 29, 2019
@AndrienkoAleksandr AndrienkoAleksandr deleted the updateTerminalToTheLatestApi branch January 29, 2019 14:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants