Skip to content

Commit

Permalink
Add C/C++ plugin (#197)
Browse files Browse the repository at this point in the history
* Add C/C++ plugin

Signed-off-by: Anatoliy Bazko <[email protected]>
  • Loading branch information
tolusha authored Aug 19, 2019
1 parent aee58cf commit 8335efe
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions v3/plugins/che-incubator/cpptools/0.1/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: v2
publisher: che-incubator
name: cpptools
version: 0.1
type: VS Code extension
displayName: C/C++ tools
title: C/C++ intelliSense, debugging and code browsing
description: C/C++ intelliSense, debugging and code browsing
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/eclipse-cdt/cdt-vscode.git
category: Language
firstPublicationDate: '2019-08-06'
spec:
containers:
- image: 'eclipse/che-remote-plugin-clang-8:next'
name: cpp-plugins
memoryLimit: '512Mi'
extensions:
- https://github.com/che-incubator/che-cpptools/releases/download/v1.0/cdt-gdb-vscode-0.0.90.vsix
- https://github.com/che-incubator/che-cpptools/releases/download/v1.0/cdt-vscode-0.0.7.vsix
- https://github.com/che-incubator/che-cpptools/releases/download/v1.0/llvm-vs-code-extensions.vscode-clangd-0.0.16.vsix
21 changes: 21 additions & 0 deletions v3/plugins/che-incubator/cpptools/latest/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: v2
publisher: che-incubator
name: cpptools
version: latest
type: VS Code extension
displayName: C/C++ tools
title: C/C++ intelliSense, debugging and code browsing
description: C/C++ intelliSense, debugging and code browsing
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/eclipse-cdt/cdt-vscode.git
category: Language
firstPublicationDate: '2019-08-06'
spec:
containers:
- image: 'eclipse/che-remote-plugin-clang-8:next'
name: cpp-plugins
memoryLimit: '512Mi'
extensions:
- https://github.com/che-incubator/che-cpptools/releases/download/v1.0/cdt-gdb-vscode-0.0.90.vsix
- https://github.com/che-incubator/che-cpptools/releases/download/v1.0/cdt-vscode-0.0.7.vsix
- https://github.com/che-incubator/che-cpptools/releases/download/v1.0/llvm-vs-code-extensions.vscode-clangd-0.0.16.vsix

0 comments on commit 8335efe

Please sign in to comment.