diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index afe8341d0e..3b91e707e3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | "*.h": "c", | 11 | "*.h": "c", |
| 12 | "*.c": "c", | 12 | "*.c": "c", |
| 13 | "*.cpp": "cpp", | 13 | "*.cpp": "cpp", |
| 14 | "*.hpp": "cpp" | 14 | "*.hpp": "cpp", |
| 15 | "xstddef": "c" | ||
| 15 | } | 16 | } |
| 16 | } \ No newline at end of file | 17 | } \ No newline at end of file |
