Files
poulpy/backend/.vscode/settings.json
2025-05-21 16:55:01 +02:00

11 lines
208 B
JSON

{
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": false,
"scminput": false
},
"files.associations": {
"random": "c"
}
}