github.com/jspc/eggos@v0.5.1-0.20221028160421-556c75c878a5/.vscode/settings.json (about)

     1  {
     2      "go.toolsEnvVars": {
     3          "GOOS": "linux",
     4          "GOARCH": "amd64",
     5      },
     6      "files.associations": {
     7          "multiboot.h": "c"
     8      },
     9      "go.buildTags": "mage"
    10  }