The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(hydrate): print created filename to stdout

Adds stdout output of the created filename before opening in VS Code,
making it easier to see what file was generated.

Xe Iaso e6ea7d7e 7dbb5bec

+2
+2
cmd/hydrate/main.go
··· 109 109 log.Fatalf("error closing output file: %v", err) 110 110 } 111 111 112 + fmt.Println(foutName) 113 + 112 114 codePath, err := exec.LookPath("code") 113 115 if err != nil { 114 116 log.Println("hint: control shift p -> install code command")