Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Include vscode Git plugin to all dev files #23

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions devfiles/angular/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ components:
-
type: chePlugin
id: che-incubator/typescript/latest
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: nodejs
Expand Down
3 changes: 3 additions & 0 deletions devfiles/apache-camel-springboot/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ components:
-
type: chePlugin
id: redhat/java/latest
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: maven
Expand Down
3 changes: 3 additions & 0 deletions devfiles/dotnet/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ components:
type: chePlugin
id: redhat-developer/netcoredbg-theia-plugin/latest
memoryLimit: 512Mi
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: dotnet
Expand Down
3 changes: 3 additions & 0 deletions devfiles/go/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ components:
type: chePlugin
id: ms-vscode/go/latest
memoryLimit: 512Mi
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
image: golang:1.12.4-stretch
Expand Down
3 changes: 3 additions & 0 deletions devfiles/java-gradle/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ components:
-
type: chePlugin
id: redhat/java/latest
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: gradle
Expand Down
3 changes: 3 additions & 0 deletions devfiles/java-maven/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ components:
-
type: chePlugin
id: redhat/java/latest
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: maven
Expand Down
3 changes: 3 additions & 0 deletions devfiles/nodejs/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ components:
type: chePlugin
id: che-incubator/typescript/latest
memoryLimit: 512Mi
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: nodejs
Expand Down
3 changes: 3 additions & 0 deletions devfiles/php-laravel/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ components:
type: chePlugin
id: redhat/php-debugger/latest
memoryLimit: 256Mi
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: php
Expand Down
3 changes: 3 additions & 0 deletions devfiles/php-mysql/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ components:
type: chePlugin
id: redhat/php-debugger/latest
memoryLimit: 256Mi
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: php
Expand Down
3 changes: 3 additions & 0 deletions devfiles/php-symfony/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ components:
type: chePlugin
id: redhat/php-debugger/latest
memoryLimit: 256Mi
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: php
Expand Down
3 changes: 3 additions & 0 deletions devfiles/php-web-simple/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ components:
type: chePlugin
id: redhat/php-debugger/latest
memoryLimit: 256Mi
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: php
Expand Down
3 changes: 3 additions & 0 deletions devfiles/python-django/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ components:
type: chePlugin
id: ms-python/python/latest
memoryLimit: 512Mi
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: python
Expand Down
3 changes: 3 additions & 0 deletions devfiles/python/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ components:
type: chePlugin
id: ms-python/python/latest
memoryLimit: 512Mi
-
type: chePlugin
id: ms-vscode/vscode-git/latest
-
type: dockerimage
alias: python
Expand Down