Add VSCode configuration

This commit is contained in:
Oleg Kalachev
2024-07-25 06:51:47 +03:00
parent e993dde355
commit 6ef8820770
9 changed files with 298 additions and 1 deletions

5
.vscode/intellisense.h vendored Normal file
View File

@@ -0,0 +1,5 @@
#ifdef __INTELLISENSE__
#pragma diag_suppress 144, 513
// diag 144: a value of type "enum <unnamed>" cannot be used to initialize an entity of type "enum <unnamed>"C/C++
// diag 513: a value of type "enum <unnamed>" cannot be assigned to an entity of type "enum <unnamed>"C/C++
#endif