mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-21 11:21:06 -04:00
Added a missing recommended extension
This commit is contained in:
parent
fccfcaefb2
commit
dad252dfdc
1 changed files with 9 additions and 8 deletions
17
.vscode/extensions.json
vendored
17
.vscode/extensions.json
vendored
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"nadako.vshaxe", // Basic Haxe integration
|
||||
"wiggin77.codedox", // Haxe documentation
|
||||
"vshaxe.hxcpp-debugger", // CPP debugging
|
||||
"openfl.lime-vscode-extension", // Lime integration
|
||||
"esbenp.prettier-vscode", // JSON formatting
|
||||
]
|
||||
}
|
||||
"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
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue