github.com/iDigitalFlame/xmt@v0.5.1/xmt.code-workspace (about)

     1  {
     2      "folders": [
     3          {
     4              "path": "."
     5          },
     6          {
     7              "path": "../Libraries/PersistKit"
     8          },
     9          {
    10              "path": "../Libraries/TinyPatchedGo"
    11          }
    12      ],
    13      "settings": {
    14          "gopls": {
    15              "build.buildFlags": [
    16                  "-tags=windows"
    17              ],
    18          },
    19          "files.associations": {
    20              "*.sh": "shellscript",
    21              "*.run": "shellscript",
    22              "*.conf": "properties",
    23              "array": "c",
    24              "string_view": "c",
    25              "initializer_list": "c",
    26              "utility": "c",
    27              "random": "c",
    28              "functional": "c",
    29              "cstring": "c",
    30              "*.tcc": "c",
    31              "string": "c",
    32              "unordered_map": "c",
    33              "numbers": "c",
    34              "cstdio": "c",
    35              "*.a": "c",
    36              "cmath": "c",
    37              "1.C": "cpp"
    38          },
    39          "cSpell.words": [
    40              "allm",
    41              "amsi",
    42              "ASMI",
    43              "BSOD",
    44              "ECDH",
    45              "EXSTYLE",
    46              "gcflags",
    47              "Ghidra",
    48              "GOARCH",
    49              "GOROOT",
    50              "HKCU",
    51              "HKLM",
    52              "KSHARED",
    53              "ldflags",
    54              "Loong",
    55              "mkdtemp",
    56              "netip",
    57              "nofrag",
    58              "nokeyset",
    59              "noproxy",
    60              "noservice",
    61              "pexec",
    62              "Privs",
    63              "Protos",
    64              "RPCSS",
    65              "SCRNSAVE",
    66              "SMTWRFS",
    67              "STARTF",
    68              "TITLEISAPPID",
    69              "Uitoa",
    70              "unmapping",
    71              "vardic",
    72              "VIRT",
    73              "vulncheck",
    74              "wtsapi",
    75              "Zombified"
    76          ]
    77      }
    78  }