gitstack

grindlemire/go-tui code browser

396 B JSON 10 lines 2026-06-27 · af323df raw
1
2
3
4
5
6
7
8
9
10
{
  // Nest generated `_gsx.go` files under their `.gsx` source in the Explorer.
  // The go-tui VS Code extension contributes the pattern; this flips on the
  // (workspace-wide) master switch and repeats the pattern so nesting works
  // even when the extension isn't installed.
  "explorer.fileNesting.enabled": true,
  "explorer.fileNesting.patterns": {
    "*.gsx": "${capture}_gsx.go"
  }
}