diff options
| author | Lywx <kiritodev01@gmail.com> | 2024-03-06 17:33:08 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 20:33:08 -0300 |
| commit | ddf28ecd3ec1b5f653de9bdbba41a3dc0e4ceee5 (patch) | |
| tree | 7ba4407c5eaf9400c51ca9f14445de576955ed96 /.vscode | |
| parent | 7e99fe712de9603eb98c31778315fecf91c38be4 (diff) | |
"export configuration for ast_allies" by Sonic fixed (#150)
* begin
* progress
* progress
* Matchpoint
* clean up unnecessary externs
* dec
---------
Co-authored-by: Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com>
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 77f718f9..c41f98c8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -79,7 +79,8 @@ "valarray": "c", "util": "c", "variant": "c", - "chrono": "c" + "chrono": "c", + "ast_allies.h": "c" }, "C_Cpp_Runner.msvcBatchPath": "" }
\ No newline at end of file |
