File tree 5 files changed +4
-3
lines changed
5 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ lib
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Make sure you have `$GITHUB_TOKEN` set and [hub](https://github.com/github/hub)
40
40
41
41
This directory contains scripts used for the development of code-server.
42
42
43
- - [ ./ci/dev/container ] ( ./dev/container )
43
+ - [ ./ci/dev/image ] ( ./dev/image )
44
44
- See [ ./doc/CONTRIBUTING.md] ( ../doc/CONTRIBUTING.md ) for docs on the development container.
45
45
- [ ./ci/dev/fmt.sh] ( ./dev/fmt.sh ) (` yarn fmt ` )
46
46
- Runs formatters.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ run() {
42
42
43
43
build () {
44
44
echo " --- Building $container_name "
45
- docker build -t $container_name ./ci/dev/container > /dev/null
45
+ docker build -t $container_name ./ci/dev/image > /dev/null
46
46
}
47
47
48
48
main " $@ "
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ yarn watch
35
35
To develop inside of an isolated docker container:
36
36
37
37
``` shell
38
- ./ci/dev/container /exec.sh
38
+ ./ci/dev/image /exec.sh
39
39
40
40
root@12345:/code-server# yarn
41
41
root@12345:/code-server# yarn vscode
You can’t perform that action at this time.
0 commit comments