gkampitakis / go-snaps

Jest-like snapshot testing in Golang 📸
https://pkg.go.dev/github.com/gkampitakis/go-snaps
MIT License
146 stars 6 forks source link

fix: detect if running from vscode #82

Closed gkampitakis closed 8 months ago

gkampitakis commented 8 months ago

A naive implementation of detecting if colour is supported but works at least for my case on VS Code.

Before when running VS Code test from extension

Screenshot 2023-11-03 at 18 03 40

With this pr

Screenshot 2023-11-03 at 18 07 25