From 28f94f251f0addb3001a94848ec5449ff775b42e Mon Sep 17 00:00:00 2001 From: Anatoliy Bazko Date: Thu, 20 Jun 2019 14:34:56 +0300 Subject: [PATCH] Update plugin to latest versions: Node, TS, Python, Go Signed-off-by: Anatoliy Bazko --- .../che-incubator/typescript/1.35.1/meta.yaml | 18 ++++++++++++++++ .../che-incubator/typescript/latest/meta.yaml | 5 +++-- .../ms-python/python/2019.5.18875/meta.yaml | 19 +++++++++++++++++ v3/plugins/ms-python/python/latest/meta.yaml | 5 +++-- v3/plugins/ms-vscode/go/0.11.0/meta.yaml | 21 +++++++++++++++++++ v3/plugins/ms-vscode/go/latest/meta.yaml | 5 +++-- .../ms-vscode/node-debug/1.35.2/meta.yaml | 19 +++++++++++++++++ .../ms-vscode/node-debug/latest/meta.yaml | 5 +++-- .../ms-vscode/node-debug2/1.33.0/meta.yaml | 19 +++++++++++++++++ .../ms-vscode/node-debug2/latest/meta.yaml | 5 +++-- 10 files changed, 111 insertions(+), 10 deletions(-) create mode 100644 v3/plugins/che-incubator/typescript/1.35.1/meta.yaml create mode 100644 v3/plugins/ms-python/python/2019.5.18875/meta.yaml create mode 100644 v3/plugins/ms-vscode/go/0.11.0/meta.yaml create mode 100644 v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml create mode 100644 v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml diff --git a/v3/plugins/che-incubator/typescript/1.35.1/meta.yaml b/v3/plugins/che-incubator/typescript/1.35.1/meta.yaml new file mode 100644 index 0000000000..1126aef73e --- /dev/null +++ b/v3/plugins/che-incubator/typescript/1.35.1/meta.yaml @@ -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 diff --git a/v3/plugins/che-incubator/typescript/latest/meta.yaml b/v3/plugins/che-incubator/typescript/latest/meta.yaml index 4a3b1548fc..824811c0ec 100644 --- a/v3/plugins/che-incubator/typescript/latest/meta.yaml +++ b/v3/plugins/che-incubator/typescript/latest/meta.yaml @@ -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 diff --git a/v3/plugins/ms-python/python/2019.5.18875/meta.yaml b/v3/plugins/ms-python/python/2019.5.18875/meta.yaml new file mode 100644 index 0000000000..cc9a2c0cf8 --- /dev/null +++ b/v3/plugins/ms-python/python/2019.5.18875/meta.yaml @@ -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 diff --git a/v3/plugins/ms-python/python/latest/meta.yaml b/v3/plugins/ms-python/python/latest/meta.yaml index fc69cac8e2..47f0245125 100644 --- a/v3/plugins/ms-python/python/latest/meta.yaml +++ b/v3/plugins/ms-python/python/latest/meta.yaml @@ -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 diff --git a/v3/plugins/ms-vscode/go/0.11.0/meta.yaml b/v3/plugins/ms-vscode/go/0.11.0/meta.yaml new file mode 100644 index 0000000000..23cd4501a5 --- /dev/null +++ b/v3/plugins/ms-vscode/go/0.11.0/meta.yaml @@ -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 diff --git a/v3/plugins/ms-vscode/go/latest/meta.yaml b/v3/plugins/ms-vscode/go/latest/meta.yaml index 8aed66f6cf..842386556e 100644 --- a/v3/plugins/ms-vscode/go/latest/meta.yaml +++ b/v3/plugins/ms-vscode/go/latest/meta.yaml @@ -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 diff --git a/v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml b/v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml new file mode 100644 index 0000000000..1b6480a0a0 --- /dev/null +++ b/v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml @@ -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 diff --git a/v3/plugins/ms-vscode/node-debug/latest/meta.yaml b/v3/plugins/ms-vscode/node-debug/latest/meta.yaml index 1a2cc776cf..7c0a52e464 100644 --- a/v3/plugins/ms-vscode/node-debug/latest/meta.yaml +++ b/v3/plugins/ms-vscode/node-debug/latest/meta.yaml @@ -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 diff --git a/v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml b/v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml new file mode 100644 index 0000000000..3873f52528 --- /dev/null +++ b/v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml @@ -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 diff --git a/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml b/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml index 58eb5fb544..be2a047c37 100644 --- a/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml +++ b/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml @@ -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