1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-08-30 10:25:00 +00:00
Funkin/.vscode/extensions.json

12 lines
382 B
JSON
Raw Permalink Normal View History

{
2023-01-24 04:43:10 +00:00
"recommendations": [
"nadako.vshaxe", // Basic Haxe integration
"wiggin77.codedox", // Haxe documentation
"vshaxe.haxe-checkstyle", // Haxe code style and conventions
"vshaxe.hxcpp-debugger", // CPP debugging
"openfl.lime-vscode-extension", // Lime integration
"esbenp.prettier-vscode", // JSON formatting
2025-01-28 21:06:17 +00:00
"redhat.vscode-xml" // XML formatting
2023-01-24 04:43:10 +00:00
]
}