2023-03-03 16:23:46 +01:00
|
|
|
{
|
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": "."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"extensions": {
|
2023-11-10 17:29:56 +01:00
|
|
|
"recommendations": [
|
|
|
|
"EditorConfig.EditorConfig",
|
|
|
|
"dprint.dprint",
|
2023-11-10 19:25:58 +01:00
|
|
|
"dbaeumer.vscode-eslint",
|
2023-11-10 21:16:21 +01:00
|
|
|
"biomejs.biome",
|
|
|
|
"streetsidesoftware.code-spell-checker"
|
2023-11-10 17:29:56 +01:00
|
|
|
]
|
2023-03-03 16:23:46 +01:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"window.title": "SPT-AKI Server",
|
2023-11-10 17:29:56 +01:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.defaultFormatter": "dprint.dprint",
|
2023-11-10 19:25:58 +01:00
|
|
|
"editor.codeActionsOnSave": [
|
|
|
|
"source.fixAll.eslint",
|
|
|
|
"source.organizeImports.biome"
|
2023-11-10 21:16:21 +01:00
|
|
|
],
|
2023-11-10 22:49:29 +01:00
|
|
|
"cSpell.language": "en-GB",
|
2023-11-10 21:16:21 +01:00
|
|
|
"cSpell.words": [
|
2023-11-10 22:49:29 +01:00
|
|
|
"armor",
|
|
|
|
"asonline",
|
|
|
|
"behaviour",
|
|
|
|
"biomejs",
|
|
|
|
"botreload",
|
|
|
|
"currexp",
|
|
|
|
"currlvl",
|
|
|
|
"dbaeumer",
|
2023-11-10 21:16:21 +01:00
|
|
|
"deathmatch",
|
2023-11-10 22:49:29 +01:00
|
|
|
"dprint",
|
|
|
|
"edgeofdarkness",
|
|
|
|
"fulfill",
|
2023-11-10 21:16:21 +01:00
|
|
|
"gethideout",
|
2023-11-10 22:49:29 +01:00
|
|
|
"gifter",
|
|
|
|
"hpresource",
|
|
|
|
"inraid",
|
|
|
|
"isvalid",
|
|
|
|
"leftbehind",
|
|
|
|
"leveled",
|
|
|
|
"loadout",
|
|
|
|
"maxlvl",
|
|
|
|
"medkit",
|
|
|
|
"MEDSTATION",
|
|
|
|
"nextlvl",
|
|
|
|
"offraid",
|
|
|
|
"peacefullzryachiyevent",
|
|
|
|
"preparetoescape",
|
|
|
|
"prevexp",
|
2023-11-10 21:16:21 +01:00
|
|
|
"profileid",
|
2023-11-10 22:49:29 +01:00
|
|
|
"Protobuf",
|
|
|
|
"pscav",
|
|
|
|
"Ragfair",
|
|
|
|
"Regen",
|
2023-11-10 21:16:21 +01:00
|
|
|
"requestid",
|
2023-11-10 22:49:29 +01:00
|
|
|
"sanitise",
|
|
|
|
"Sanitised",
|
|
|
|
"scav",
|
|
|
|
"scavcase",
|
|
|
|
"scavs",
|
|
|
|
"Spawnpoint",
|
|
|
|
"spawnpoints",
|
|
|
|
"sptbear",
|
|
|
|
"sptdeveloper",
|
|
|
|
"spteasystart",
|
|
|
|
"sptusec",
|
|
|
|
"sptzerotohero",
|
|
|
|
"stackcount",
|
|
|
|
"statustimer",
|
|
|
|
"Tarkov",
|
|
|
|
"toggleable",
|
|
|
|
"tooshort",
|
2023-11-10 22:58:55 +01:00
|
|
|
"Ubgl",
|
2023-11-10 22:49:29 +01:00
|
|
|
"unrestartable",
|
|
|
|
"usec",
|
|
|
|
"userbuilds",
|
2023-11-10 22:58:55 +01:00
|
|
|
"weapongen",
|
2023-11-10 22:49:29 +01:00
|
|
|
"Wishlist"
|
2023-11-10 19:25:58 +01:00
|
|
|
]
|
2023-11-10 17:29:56 +01:00
|
|
|
}
|
2023-10-26 20:12:19 +02:00
|
|
|
}
|