this repo has no description
1
fork

Configure Feed

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

vscode: add golang.go

+2
+2
modules/programs/vscode.nix
··· 80 80 wakatime.vscode-wakatime 81 81 redhat.vscode-yaml 82 82 arcanis.vscode-zipfs 83 + golang.go 83 84 vscode-marketplace.wraith13.background-phi-colors 84 85 vscode-marketplace.be5invis.theme-dolch 85 86 vscode-marketplace.fabiospampinato.vscode-diff ··· 100 101 "[prisma]"."editor.defaultFormatter" = "Prisma.prisma"; 101 102 "[python]"."editor.defaultFormatter" = "ms-python.python"; 102 103 "[rust]"."editor.defaultFormatter" = "rust-lang.rust-analyzer"; 104 + "[go]"."editor.defaultFormatter" = "golang.go"; 103 105 104 106 # Sane defaults 105 107 "editor.tabSize" = 2;