diff --git a/devfiles/angular/devfile.yaml b/devfiles/angular/devfile.yaml index fdb475ef3..95b436490 100644 --- a/devfiles/angular/devfile.yaml +++ b/devfiles/angular/devfile.yaml @@ -12,6 +12,9 @@ components: - type: chePlugin id: che-incubator/typescript/latest + - + type: chePlugin + id: ms-vscode/vscode-git/latest - type: dockerimage alias: nodejs diff --git a/devfiles/apache-camel-springboot/devfile.yaml b/devfiles/apache-camel-springboot/devfile.yaml index 77afb5864..51da2ddac 100644 --- a/devfiles/apache-camel-springboot/devfile.yaml +++ b/devfiles/apache-camel-springboot/devfile.yaml @@ -19,6 +19,9 @@ components: - type: chePlugin id: redhat/java/latest + - + type: chePlugin + id: ms-vscode/vscode-git/latest - type: dockerimage alias: maven diff --git a/devfiles/dotnet/devfile.yaml b/devfiles/dotnet/devfile.yaml index 5be164f68..1e99ed867 100644 --- a/devfiles/dotnet/devfile.yaml +++ b/devfiles/dotnet/devfile.yaml @@ -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 diff --git a/devfiles/go/devfile.yaml b/devfiles/go/devfile.yaml index 40fa0feec..dfb74c940 100644 --- a/devfiles/go/devfile.yaml +++ b/devfiles/go/devfile.yaml @@ -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 diff --git a/devfiles/java-gradle/devfile.yaml b/devfiles/java-gradle/devfile.yaml index 374124680..6f4fb29c0 100644 --- a/devfiles/java-gradle/devfile.yaml +++ b/devfiles/java-gradle/devfile.yaml @@ -12,6 +12,9 @@ components: - type: chePlugin id: redhat/java/latest + - + type: chePlugin + id: ms-vscode/vscode-git/latest - type: dockerimage alias: gradle diff --git a/devfiles/java-maven/devfile.yaml b/devfiles/java-maven/devfile.yaml index 51c0488d0..7a510f714 100644 --- a/devfiles/java-maven/devfile.yaml +++ b/devfiles/java-maven/devfile.yaml @@ -12,6 +12,9 @@ components: - type: chePlugin id: redhat/java/latest + - + type: chePlugin + id: ms-vscode/vscode-git/latest - type: dockerimage alias: maven diff --git a/devfiles/nodejs/devfile.yaml b/devfiles/nodejs/devfile.yaml index d1d316e8f..41a557abd 100644 --- a/devfiles/nodejs/devfile.yaml +++ b/devfiles/nodejs/devfile.yaml @@ -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 diff --git a/devfiles/php-laravel/devfile.yaml b/devfiles/php-laravel/devfile.yaml index 54219c9b3..b4bd5df3e 100644 --- a/devfiles/php-laravel/devfile.yaml +++ b/devfiles/php-laravel/devfile.yaml @@ -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 diff --git a/devfiles/php-mysql/devfile.yaml b/devfiles/php-mysql/devfile.yaml index cd27b27ed..868a54fe5 100644 --- a/devfiles/php-mysql/devfile.yaml +++ b/devfiles/php-mysql/devfile.yaml @@ -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 diff --git a/devfiles/php-symfony/devfile.yaml b/devfiles/php-symfony/devfile.yaml index 85a8891c4..9e2af74fe 100644 --- a/devfiles/php-symfony/devfile.yaml +++ b/devfiles/php-symfony/devfile.yaml @@ -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 diff --git a/devfiles/php-web-simple/devfile.yaml b/devfiles/php-web-simple/devfile.yaml index 76989a9c1..3806400cc 100644 --- a/devfiles/php-web-simple/devfile.yaml +++ b/devfiles/php-web-simple/devfile.yaml @@ -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 diff --git a/devfiles/python-django/devfile.yaml b/devfiles/python-django/devfile.yaml index b8270abf4..f664eca54 100644 --- a/devfiles/python-django/devfile.yaml +++ b/devfiles/python-django/devfile.yaml @@ -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 diff --git a/devfiles/python/devfile.yaml b/devfiles/python/devfile.yaml index 795da17c4..9cb15eb2a 100644 --- a/devfiles/python/devfile.yaml +++ b/devfiles/python/devfile.yaml @@ -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