Add vscode LSP support

This commit is contained in:
Florian RICHER 2025-02-08 19:40:31 +01:00
parent d5ea2832d5
commit 5686c97114
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 25 additions and 4 deletions

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

@ -0,0 +1,5 @@
{
"files.associations": {
"*.h": "c"
}
}