File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Coder
2
2
3
- To install code-server in a Coder workspace, we suggest using the ` install.sh `
3
+ To install and run code-server in a Coder workspace, we suggest using the ` install.sh `
4
4
script in your template like so:
5
5
6
6
``` terraform
Original file line number Diff line number Diff line change 1
1
{
2
- "versions" : [" v4.8.0" ],
2
+ "versions" : [
3
+ " v4.8.0"
4
+ ],
3
5
"routes" : [
4
6
{
5
7
"title" : " Home" ,
19
21
"icon_path" : " assets/images/icons/wrench.svg" ,
20
22
"path" : " ./install.md" ,
21
23
"children" : [
22
- {
23
- "title" : " Coder" ,
24
- "description" : " How to install code-server in Coder" ,
25
- "path" : " ./coder.md"
26
- },
27
24
{
28
25
"title" : " npm" ,
29
26
"description" : " How to install code-server using npm" ,
42
39
"icon_path" : " assets/images/icons/usage.svg" ,
43
40
"path" : " ./guide.md" ,
44
41
"children" : [
42
+ {
43
+ "title" : " Coder" ,
44
+ "description" : " How to run code-server in Coder" ,
45
+ "path" : " ./coder.md"
46
+ },
45
47
{
46
48
"title" : " --link" ,
47
49
"description" : " How to run code-server --link" ,
116
118
]
117
119
}
118
120
]
119
- }
121
+ }
You can’t perform that action at this time.
0 commit comments