github.com/nevalang/neva@v0.23.1-0.20240507185603-7696a9bb8dda/.vscode/settings.json (about)

     1  {
     2    "files.exclude": {
     3      "out": false // set this to true to hide the "out" folder with the compiled JS files
     4    },
     5    "search.exclude": {
     6      "out": true // set this to false to include "out" folder in search results
     7    },
     8    "cSpell.words": [
     9      "axxxbyc",
    10      "cnctr",
    11      "cprogram",
    12      "designs",
    13      "designsᚋgqlgenᚋgraphqlᚋintrospectionᚐField",
    14      "designsᚋgqlgenᚋgraphqlᚋintrospectionᚐFieldᚄ",
    15      "feeded",
    16      "Field",
    17      "gqlgen",
    18      "graphql",
    19      "introspection",
    20      "irprotosdk",
    21      "pmod",
    22      "preceiver",
    23      "pworkers",
    24      "recievers",
    25      "rndv",
    26      "rports",
    27      "vvin",
    28      "типобезопасности"
    29    ],
    30    "workbench.colorCustomizations": {
    31      "terminal.background": "#000000",
    32      "debugConsole.warningForeground": "#7f848e",
    33      "debugConsole.errorForeground": "#e06c75",
    34      "debugConsole.sourceForeground": "#0c0",
    35      "debugConsole.infoForeground": "#cccccc",
    36      "minimap.background": "#00000000",
    37      "scrollbar.shadow": "#00000000"
    38    },
    39    "svg.preview.background": "dark-transparent",
    40    "vsicons.presets.angular": true
    41  }