Files
2026-06-08 12:30:37 +02:00

12 lines
194 B
JSON

{
"files.exclude": {
"**/bin": true,
"**/obj": true
},
"files.associations": {
"limine.conf": "ini"
},
"editor.formatOnSave": true,
"dotnet.defaultSolution": "disable"
}