-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update plugin to latest versions: Node, TS, Python, Go
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
- Loading branch information
Showing
10 changed files
with
111 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: v2 | ||
publisher: che-incubator | ||
name: typescript | ||
version: 1.35.1 | ||
type: VS Code extension | ||
displayName: Typescript | ||
title: Typescript language features | ||
description: Typescript language features | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/Microsoft/vscode | ||
category: Language | ||
firstPublicationDate: '2019-06-20' | ||
spec: | ||
containers: | ||
- image: eclipse/che-theia-endpoint-runtime:next | ||
memoryLimit: '512Mi' | ||
extensions: | ||
- https://github.com/che-incubator/ms-code.typescript/releases/download/v1.35.1/che-typescript-language-1.35.1.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: v2 | ||
publisher: ms-python | ||
name: python | ||
version: 2019.5.18875 | ||
type: VS Code extension | ||
displayName: Python | ||
title: Python extension | ||
description: Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, | ||
refactoring, unit tests, snippets, and more. | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/Microsoft/vscode-python | ||
category: Language | ||
firstPublicationDate: '2019-06-20' | ||
spec: | ||
containers: | ||
- image: eclipse/che-remote-plugin-python-3.7.3:next | ||
memoryLimit: '512Mi' | ||
extensions: | ||
- https://github.com/Microsoft/vscode-python/releases/download/2019.5.18875/ms-python-release.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
apiVersion: v2 | ||
publisher: ms-vscode | ||
name: go | ||
version: 0.11.0 | ||
type: VS Code extension | ||
displayName: Go | ||
title: Rich Go language support | ||
description: This extension adds rich language support for the Go language | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/Microsoft/vscode-go.git | ||
category: Language | ||
firstPublicationDate: '2019-06-20' | ||
spec: | ||
containers: | ||
- image: "eclipse/che-remote-plugin-go-1.10.7:next" | ||
memoryLimit: '512Mi' | ||
env: | ||
- name: GOPATH | ||
value: /go:$(CHE_PROJECTS_ROOT) | ||
extensions: | ||
- https://github.com/microsoft/vscode-go/releases/download/0.11.0/Go-0.11.0.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: v2 | ||
publisher: ms-vscode | ||
name: node-debug | ||
version: 1.35.2 | ||
type: VS Code extension | ||
displayName: Node Debug (legacy) | ||
title: Node.js debugging support (legacy) | ||
description: Node debug (legacy) is the debugger for Node.js versions < 8.0. Together | ||
with Node Debug forms the Node.js debugging experience. https://marketplace.visualstudio.com/items?itemName=ms-vscode.node-debug | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/Microsoft/vscode-node-debug | ||
category: Debugger | ||
firstPublicationDate: '2019-06-20' | ||
spec: | ||
containers: | ||
- image: eclipse/che-theia-endpoint-runtime:next | ||
memoryLimit: '256Mi' | ||
extensions: | ||
- https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode/vsextensions/node-debug/1.35.2/vspackage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: v2 | ||
publisher: ms-vscode | ||
name: node-debug2 | ||
version: 1.33.0 | ||
type: VS Code extension | ||
displayName: Node Debug | ||
title: Node.js debugging support | ||
description: Node Debug is the debugger for Node.js versions >= 8.0. Together with | ||
Node Debug (legacy) forms the Node.js debugging experience. https://marketplace.visualstudio.com/items?itemName=ms-vscode.node-debug2 | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/Microsoft/vscode-node-debug2 | ||
category: Debugger | ||
firstPublicationDate: '2019-06-20' | ||
spec: | ||
containers: | ||
- image: eclipse/che-theia-endpoint-runtime:next | ||
memoryLimit: '512Mi' | ||
extensions: | ||
- https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode/vsextensions/node-debug2/1.33.0/vspackage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters