mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-17 12:23:36 +00:00
Added a missing recommended extension
This commit is contained in:
parent
fccfcaefb2
commit
dad252dfdc
17
.vscode/extensions.json
vendored
17
.vscode/extensions.json
vendored
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"nadako.vshaxe", // Basic Haxe integration
|
"nadako.vshaxe", // Basic Haxe integration
|
||||||
"wiggin77.codedox", // Haxe documentation
|
"wiggin77.codedox", // Haxe documentation
|
||||||
"vshaxe.hxcpp-debugger", // CPP debugging
|
"vshaxe.haxe-checkstyle", // Haxe code style and conventions
|
||||||
"openfl.lime-vscode-extension", // Lime integration
|
"vshaxe.hxcpp-debugger", // CPP debugging
|
||||||
"esbenp.prettier-vscode", // JSON formatting
|
"openfl.lime-vscode-extension", // Lime integration
|
||||||
]
|
"esbenp.prettier-vscode" // JSON formatting
|
||||||
}
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue