diff options
| author | pah arif <[email protected]> | 2020-04-11 17:23:00 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-11 11:23:00 +0200 |
| commit | 17ee57c458b9cf16ece2bf99c30be4c34a336642 (patch) | |
| tree | 8ddc973788d7c39e4ed55ec31b577a982d7d81c8 /projects/VSCode_tcc_win/main.code-workspace | |
| parent | cc816345bf24c8da911e080589b5653a52b8404e (diff) | |
| download | raylib-17ee57c458b9cf16ece2bf99c30be4c34a336642.tar.gz raylib-17ee57c458b9cf16ece2bf99c30be4c34a336642.zip | |
tcc-based vscode project for windows (#1191)
Signed-off-by: misterpah <[email protected]>
Diffstat (limited to 'projects/VSCode_tcc_win/main.code-workspace')
| -rw-r--r-- | projects/VSCode_tcc_win/main.code-workspace | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/projects/VSCode_tcc_win/main.code-workspace b/projects/VSCode_tcc_win/main.code-workspace new file mode 100644 index 00000000..267248e6 --- /dev/null +++ b/projects/VSCode_tcc_win/main.code-workspace @@ -0,0 +1,16 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "files.associations": { + "raylib.h": "c", + "math.h": "c", + "blocks.h": "c", + "stdio.h": "c", + "*.m": "c" + } + } +}
\ No newline at end of file |
