Server/project/Server.code-workspace

86 lines
2.0 KiB
Plaintext
Raw Normal View History

2023-03-03 16:23:46 +01:00
{
"folders": [
{
"path": "."
}
],
"extensions": {
2023-11-10 17:29:56 +01:00
"recommendations": [
"EditorConfig.EditorConfig",
"dprint.dprint",
"dbaeumer.vscode-eslint",
"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",
"editor.codeActionsOnSave": [
"source.fixAll.eslint",
"source.organizeImports.biome"
],
2023-11-10 22:49:29 +01:00
"cSpell.language": "en-GB",
"cSpell.words": [
2023-11-10 22:49:29 +01:00
"armor",
"asonline",
"behaviour",
"biomejs",
"botreload",
"currexp",
"currlvl",
"dbaeumer",
"deathmatch",
2023-11-10 22:49:29 +01:00
"dprint",
"edgeofdarkness",
"fulfill",
"gethideout",
2023-11-10 22:49:29 +01:00
"gifter",
"hpresource",
"inraid",
"isvalid",
"leftbehind",
"leveled",
"loadout",
"maxlvl",
"medkit",
"MEDSTATION",
"nextlvl",
"offraid",
"peacefullzryachiyevent",
"preparetoescape",
"prevexp",
"profileid",
2023-11-10 22:49:29 +01:00
"Protobuf",
"pscav",
"Ragfair",
"Regen",
"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 17:29:56 +01:00
}
}