1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add documentation for IDE developer setup (#13935)

This commit is contained in:
AFCMS 2024-05-26 14:28:12 +02:00 committed by GitHub
parent 728f643ea7
commit 82790b1556
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 193 additions and 1 deletions

5
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"recommendations": [
"ms-vscode.cpptools-extension-pack"
]
}