File tree 6 files changed +58
-4
lines changed 6 files changed +58
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ site/e2e/test-results/*
29
29
site /e2e /states /* .json
30
30
site /e2e /.auth.json
31
31
site /playwright-report /*
32
- site /src /theme /icons.json
33
32
site /.swc
34
33
35
34
# Make target for updating golden files (any dir).
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ site/e2e/test-results/*
32
32
site /e2e /states /* .json
33
33
site /e2e /.auth.json
34
34
site /playwright-report /*
35
- site /src /theme /icons.json
36
35
site /.swc
37
36
38
37
# Make target for updating golden files (any dir).
Original file line number Diff line number Diff line change @@ -551,6 +551,7 @@ site/e2e/provisionerGenerated.ts: provisionerd/proto/provisionerd.pb.go provisio
551
551
552
552
site/src/theme/icons.json : $(wildcard site/static/icon/* )
553
553
go run ./scripts/gensite/ -icons $@
554
+ pnpm run format:write:only $@
554
555
555
556
examples/examples.gen.json : scripts/examplegen/main.go examples/examples.go $(shell find ./examples/templates)
556
557
go run ./scripts/examplegen/main.go > examples/examples.gen.json
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ e2e/test-results/*
32
32
e2e /states /* .json
33
33
e2e /.auth.json
34
34
playwright-report /*
35
- src /theme /icons.json
36
35
.swc
37
36
38
37
# Make target for updating golden files (any dir).
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ e2e/test-results/*
32
32
e2e /states /* .json
33
33
e2e /.auth.json
34
34
playwright-report /*
35
- src /theme /icons.json
36
35
.swc
37
36
38
37
# Make target for updating golden files (any dir).
Original file line number Diff line number Diff line change
1
+ [
2
+ " android-studio.svg" ,
3
+ " apache-guacamole.svg" ,
4
+ " aws.png" ,
5
+ " azure-devops.svg" ,
6
+ " azure.png" ,
7
+ " bitbucket.svg" ,
8
+ " centos.svg" ,
9
+ " clion.svg" ,
10
+ " code.svg" ,
11
+ " coder.svg" ,
12
+ " conda.svg" ,
13
+ " database.svg" ,
14
+ " datagrip.svg" ,
15
+ " dataspell.svg" ,
16
+ " debian.svg" ,
17
+ " do.png" ,
18
+ " docker.png" ,
19
+ " dotfiles.svg" ,
20
+ " fedora.svg" ,
21
+ " fly.io.svg" ,
22
+ " folder.svg" ,
23
+ " gateway.svg" ,
24
+ " gcp.png" ,
25
+ " git.svg" ,
26
+ " github.svg" ,
27
+ " gitlab.svg" ,
28
+ " goland.svg" ,
29
+ " image.svg" ,
30
+ " intellij.svg" ,
31
+ " java.svg" ,
32
+ " jax.svg" ,
33
+ " jfrog.svg" ,
34
+ " jupyter.svg" ,
35
+ " k8s.png" ,
36
+ " kasmvnc.svg" ,
37
+ " matlab.svg" ,
38
+ " memory.svg" ,
39
+ " node.svg" ,
40
+ " nomad.svg" ,
41
+ " novnc.svg" ,
42
+ " personalize.svg" ,
43
+ " phpstorm.svg" ,
44
+ " projector.svg" ,
45
+ " pycharm.svg" ,
46
+ " pytorch.svg" ,
47
+ " rider.svg" ,
48
+ " rockylinux.svg" ,
49
+ " rstudio.svg" ,
50
+ " rubymine.svg" ,
51
+ " tensorflow.svg" ,
52
+ " terminal.svg" ,
53
+ " theia.svg" ,
54
+ " ubuntu.svg" ,
55
+ " webstorm.svg" ,
56
+ " widgets.svg"
57
+ ]
You can’t perform that action at this time.
0 commit comments