Files
lst/.vscode/settings.json

20 lines
395 B
JSON

{
"editor.defaultFormatter": "biomejs.biome",
"workbench.colorTheme": "Default Dark+",
"terminal.integrated.env.windows": {},
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit",
"source.organizeImports.biome": "explicit"
},
"cSpell.words": [
"acitve",
"alpla",
"alplamart",
"alplaprod",
"intiallally",
"ppoo",
"prodlabels"
]
}