Skip to content

Commit 550f5ba

Browse files
authored
Devfile icon + syntax highlight in steps media (#1)
1 parent cf4bf6b commit 550f5ba

8 files changed

+6
-6
lines changed

media/che.png

-6.29 KB
Binary file not shown.

media/devfile-icon.png

13.6 KB
Loading

media/extension-screenshot.png

616 KB
Loading

media/new-command.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
You can use a devfile to specify commands to run in a workspace. Every command can contain a subset of actions. The actions in each subset are related to a specific component.
44

5-
```
5+
```yaml
66
commands:
77
- id: command-1
88
exec:

media/new-container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To incorporate custom tools into the workspace, define an image-based configuration of a container in a workspace using the container component type.
44

5-
```
5+
```yaml
66
components:
77
- name: dev
88
container:

media/new-endpoint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This section describes how to define endpoints and specify their properties.
44

5-
```
5+
```yaml
66
endpoints:
77
- name: '8080'
88
targetPort: 8080

media/new-environment-variable.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adding a container environment variable
22

3-
```
3+
```yaml
44
env:
55
- name: WELCOME
66
value: "Hello World"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Other"
1919
],
2020

21-
"icon": "media/che.png",
21+
"icon": "media/devfile-icon.png",
2222

2323
"activationEvents": [
2424
"*"
@@ -81,7 +81,7 @@
8181
"id": "get-started-with-devfile",
8282
"title": "Get Started with Devfile",
8383
"description": "This wizard will help you create a Devfile with some components and commands",
84-
"icon": "media/che.png",
84+
"icon": "media/devfile-icon.png",
8585
"steps": [
8686
{
8787
"id": "add-container",

0 commit comments

Comments
 (0)