haiku-atelier-2024/.vscode/settings.json
2024-09-06 10:47:20 +02:00

32 lines
697 B
JSON

{
"cSpell.words": [
"controle",
"controles",
"defini",
"deplie",
"etats",
"ETATS",
"exts",
"gere",
"glitchtip",
"GLITCHTIP",
"leve",
"requete",
"selecteur",
"selecteurs",
"Selectionne",
"souleve",
"tabpanel",
"tete"
],
"djlint.pythonPath": "/home/gcch/.local/share/pipxu/venvs/8/bin/python",
"djlint.useVenv": false,
"stylelint.enable": true,
"stylelint.packageManager": "pnpm",
"twiggy.autoInsertSpaces": true,
"twiggy.framework": "ignore",
"twiggy.inlayHints.block": true,
"twiggy.inlayHints.macro": true,
"twiggy.inlayHints.macroArguments": true,
"typescript.tsdk": "node_modules/typescript/lib"
}