diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-17 23:57:48 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-02-17 23:57:48 +0000 |
commit | 3c2ae5e3880db7eba2f64dff019d569911221c43 (patch) | |
tree | 91f72a09a2080997b5b08f1b611684a00750c328 /.vscode | |
parent | 59a676d4d24dc73cb5052ff77c412e559ca235db (diff) |
Sat, Feb 17, 2024, 3:57 PM -08:00
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index bb2ce7a..b4a5b3a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "gitdoc.enabled": true + "gitdoc.enabled": true, + "files.associations": { + "string.h": "c" + } } |