Skip to content

Commit

Permalink
Update plugin to latest versions: Node, TS, Python, Go
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Jun 20, 2019
1 parent 8191b4e commit 28f94f2
Show file tree
Hide file tree
Showing 10 changed files with 111 additions and 10 deletions.
18 changes: 18 additions & 0 deletions v3/plugins/che-incubator/typescript/1.35.1/meta.yaml
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
5 changes: 3 additions & 2 deletions v3/plugins/che-incubator/typescript/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ description: Typescript language features
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/Microsoft/vscode
category: Language
firstPublicationDate: '2019-02-19'
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-theia-endpoint-runtime:next
name: vscode-typescript
memoryLimit: '512Mi'
extensions:
- https://github.com/che-incubator/ms-code.typescript/releases/download/v1.30.2/che-typescript-language.vsix
- https://github.com/che-incubator/ms-code.typescript/releases/download/v1.35.1/che-typescript-language-1.35.1.vsix
19 changes: 19 additions & 0 deletions v3/plugins/ms-python/python/2019.5.18875/meta.yaml
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
5 changes: 3 additions & 2 deletions v3/plugins/ms-python/python/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ description: Linting, Debugging (multi-threaded, remote), Intellisense, code for
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/Microsoft/vscode-python
category: Language
firstPublicationDate: '2019-04-23'
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-remote-plugin-python-3.7.3:next
name: vscode-python
memoryLimit: '512Mi'
extensions:
- https://github.com/Microsoft/vscode-python/releases/download/2019.3.6558/ms-python-release.vsix
- https://github.com/Microsoft/vscode-python/releases/download/2019.5.18875/ms-python-release.vsix
21 changes: 21 additions & 0 deletions v3/plugins/ms-vscode/go/0.11.0/meta.yaml
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
5 changes: 3 additions & 2 deletions v3/plugins/ms-vscode/go/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ 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-02-21"
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: "eclipse/che-remote-plugin-go-1.10.7:next"
name: vscode-go
memoryLimit: '512Mi'
env:
- name: GOPATH
value: /go:$(CHE_PROJECTS_ROOT)
extensions:
- https://github.com/Microsoft/vscode-go/releases/download/0.9.2/Go-0.9.2.vsix
- https://github.com/microsoft/vscode-go/releases/download/0.11.0/Go-0.11.0.vsix
19 changes: 19 additions & 0 deletions v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml
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
5 changes: 3 additions & 2 deletions v3/plugins/ms-vscode/node-debug/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ description: Node debug (legacy) is the debugger for Node.js versions < 8.0. Tog
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/Microsoft/vscode-node-debug
category: Debugger
firstPublicationDate: '2019-02-19'
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-theia-endpoint-runtime:next
name: vscode-node-debug-legacy
memoryLimit: '256Mi'
extensions:
- https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode/vsextensions/node-debug/1.32.1/vspackage
- https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode/vsextensions/node-debug/1.35.2/vspackage
19 changes: 19 additions & 0 deletions v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml
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
5 changes: 3 additions & 2 deletions v3/plugins/ms-vscode/node-debug2/latest/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ description: Node Debug is the debugger for Node.js versions >= 8.0. Together wi
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/Microsoft/vscode-node-debug2
category: Debugger
firstPublicationDate: '2019-02-19'
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: eclipse/che-theia-endpoint-runtime:next
name: vscode-node-debug
memoryLimit: '512Mi'
extensions:
- https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode/vsextensions/node-debug2/1.31.6/vspackage
- https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode/vsextensions/node-debug2/1.33.0/vspackage

0 comments on commit 28f94f2

Please sign in to comment.