summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode_tcc_win/main.code-workspace
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-04-11 12:03:59 +0200
committerraysan5 <[email protected]>2020-04-11 12:03:59 +0200
commit5ff5be388fc2c1618c9134986374e455a93b9e07 (patch)
treeb25f596e0ba28e327a7c6ab02a5bc288947fcfa5 /projects/VSCode_tcc_win/main.code-workspace
parenta7311af8c329d60c14ade3012a0dfc2f2c2bb3a9 (diff)
parent17ee57c458b9cf16ece2bf99c30be4c34a336642 (diff)
downloadraylib-5ff5be388fc2c1618c9134986374e455a93b9e07.tar.gz
raylib-5ff5be388fc2c1618c9134986374e455a93b9e07.zip
Merge branch 'master' of https://github.com/raysan5/raylib
Diffstat (limited to 'projects/VSCode_tcc_win/main.code-workspace')
-rw-r--r--projects/VSCode_tcc_win/main.code-workspace16
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