boyter / scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.8k stars 267 forks source link

Add devcontainer config #541

Closed spenserblack closed 1 month ago

spenserblack commented 1 month ago

For various reasons, I like to use GitHub Codespaces sometimes.

I can go into some more details if necessary, but here are the highlights:

There are a few ways to use a codespace, but the easiest is probably going to be to just press , while viewing your repository on github.com.

Even without this config one can open a codespace with a default image, which I think has Go installed, but this can be used to ensure the proper version is installed and also guide users to certain files (the openFiles option).

boyter commented 1 month ago

Cheers. Something I think I need to investigate more for my own use actually.

spenserblack commented 1 month ago

I've been using them for a while, let me know if you have any questions :smile: