Skip to content

Commit ccd52d6

Browse files
akosyakovjeanp413
authored andcommitted
update published extensions' metadata
1 parent eb74be2 commit ccd52d6

File tree

6 files changed

+72
-8
lines changed

6 files changed

+72
-8
lines changed

extensions/gitpod-remote/README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
1-
# Gitpod Remote SSH integration
1+
# Gitpod Remote
22

3-
## Features
3+
Gitpod is an open-source Kubernetes application for automated and ready-to-code development environments that blends in your existing workflow. It enables you to describe your dev environment as code and start instant and fresh development environments for each new task directly from your browser.
44

5-
This extension provides support for Gitpod Remote SSH integration.
5+
Tightly integrated with GitLab, GitHub, and Bitbucket, Gitpod automatically and continuously prebuilds dev environments for all your branches. As a result, team members can instantly start coding with fresh, ephemeral and fully-compiled dev environments - no matter if you are building a new feature, want to fix a bug or do a code review.
6+
7+
![image](https://user-images.githubusercontent.com/120486/116072013-40a8aa00-a697-11eb-846b-89e6f5e1a82e.png)
8+
9+
## Getting Started
10+
11+
[Start a new Gitpod workspace](https://www.gitpod.io/docs/getting-started) and use F1 -> `Open in VS Code` command to connect to it from VS Code Desktop.
12+
13+
## Documentation
14+
15+
All documentation can be found on https://www.gitpod.io/docs.
16+
For example, see [Introduction](https://www.gitpod.io/docs) and [Getting Started](https://www.gitpod.io/docs/getting-started) sections. 📚
17+
18+
## Questions
19+
20+
For questions and support please use the [community forum](http://community.gitpod.io) or the [community discord server](https://www.gitpod.io/chat).
21+
Join the conversation, and connect with other community members. 💬
22+
23+
You can also follow [`@gitpod`](https://twitter.com/gitpod) for announcements and updates from our team.
24+
25+
## Issues
26+
27+
The issue tracker is used for tracking **bug reports** and **feature requests** for the Gitpod open source project as well as planning current and future development efforts. 🗺️
28+
29+
You can upvote [popular feature requests](https://github.com/gitpod-io/gitpod/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) or [create a new one](https://github.com/gitpod-io/gitpod/issues/new?template=feature_request.md).

extensions/gitpod-remote/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,27 @@
33
"displayName": "%displayName%",
44
"description": "%description%",
55
"publisher": "gitpod",
6-
"version": "0.0.17",
6+
"version": "0.0.20",
77
"license": "MIT",
88
"preview": true,
9+
"icon": "resources/gitpod.png",
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/gitpod-io/vscode.git"
1213
},
14+
"bugs": {
15+
"url": "https://github.com/gitpod-io/gitpod/issues"
16+
},
1317
"engines": {
1418
"vscode": "^1.58.2"
1519
},
1620
"categories": [
1721
"Other"
1822
],
23+
"keywords": [
24+
"remote development",
25+
"remote"
26+
],
1927
"extensionKind": [
2028
"workspace"
2129
],
24.1 KB
Loading

extensions/gitpod/README.md

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
1-
# Gitpod Desktop integration
1+
# Gitpod
22

3-
## Features
3+
Gitpod is an open-source Kubernetes application for automated and ready-to-code development environments that blends in your existing workflow. It enables you to describe your dev environment as code and start instant and fresh development environments for each new task directly from your browser.
44

5-
This extension provides support for Gitpod Desktop integration.
5+
Tightly integrated with GitLab, GitHub, and Bitbucket, Gitpod automatically and continuously prebuilds dev environments for all your branches. As a result, team members can instantly start coding with fresh, ephemeral and fully-compiled dev environments - no matter if you are building a new feature, want to fix a bug or do a code review.
6+
7+
![image](https://user-images.githubusercontent.com/120486/116072013-40a8aa00-a697-11eb-846b-89e6f5e1a82e.png)
8+
9+
## Getting Started
10+
11+
[Start a new Gitpod workspace](https://www.gitpod.io/docs/getting-started) and use F1 -> `Open in VS Code` command to connect to it from VS Code Desktop.
12+
13+
## Documentation
14+
15+
All documentation can be found on https://www.gitpod.io/docs.
16+
For example, see [Introduction](https://www.gitpod.io/docs) and [Getting Started](https://www.gitpod.io/docs/getting-started) sections. 📚
17+
18+
## Questions
19+
20+
For questions and support please use the [community forum](http://community.gitpod.io) or the [community discord server](https://www.gitpod.io/chat).
21+
Join the conversation, and connect with other community members. 💬
22+
23+
You can also follow [`@gitpod`](https://twitter.com/gitpod) for announcements and updates from our team.
24+
25+
## Issues
26+
27+
The issue tracker is used for tracking **bug reports** and **feature requests** for the Gitpod open source project as well as planning current and future development efforts. 🗺️
28+
29+
You can upvote [popular feature requests](https://github.com/gitpod-io/gitpod/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc) or [create a new one](https://github.com/gitpod-io/gitpod/issues/new?template=feature_request.md).

extensions/gitpod/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,27 @@
33
"displayName": "%displayName%",
44
"description": "%description%",
55
"publisher": "gitpod",
6-
"version": "0.0.17",
6+
"version": "0.0.20",
77
"license": "MIT",
88
"preview": true,
9+
"icon": "resources/gitpod.png",
910
"repository": {
1011
"type": "git",
1112
"url": "https://github.com/gitpod-io/vscode.git"
1213
},
14+
"bugs": {
15+
"url": "https://github.com/gitpod-io/gitpod/issues"
16+
},
1317
"engines": {
1418
"vscode": "^1.58.2"
1519
},
1620
"categories": [
1721
"Other"
1822
],
23+
"keywords": [
24+
"remote development",
25+
"remote"
26+
],
1927
"extensionKind": [
2028
"ui"
2129
],
24.1 KB
Loading

0 commit comments

Comments
 (0)