diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-09-21 17:18:00 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-09-21 17:18:00 -0400 |
| commit | 54e41169c56d7145aa201dd7eaee133c46b077e3 (patch) | |
| tree | 08bd1ff670bb721a6de77a2465fb5e6908b18e19 /docs | |
| parent | 13267d90cb6072f163a3eac4d9a9c5cef9e00244 (diff) | |
Add .inc file association to recommended settings
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/vscode.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/vscode.md b/docs/vscode.md index ef2f83f4..3b536014 100644 --- a/docs/vscode.md +++ b/docs/vscode.md @@ -21,6 +21,9 @@ Recommended `.vscode/settings.json`: }, "files.insertFinalNewline": true, "files.trimFinalNewlines": true, + "files.associations": { + "*.inc": "cpp", + }, "search.useIgnoreFiles": false, "search.exclude": { "build/*/config.json": true, |
