Dream of my own C compiler
This commit is contained in:
@@ -1,30 +1,44 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "cjit",
|
||||
"path": "packages/cjit"
|
||||
},
|
||||
{
|
||||
"name": "js",
|
||||
"path": "packages/js"
|
||||
},
|
||||
{
|
||||
"name": "media",
|
||||
"path": "packages/media"
|
||||
},
|
||||
{
|
||||
"name": "myid",
|
||||
"path": "packages/myid"
|
||||
},
|
||||
{
|
||||
"name": "sciter",
|
||||
"path": "packages/sciter"
|
||||
},
|
||||
{
|
||||
"name": "tcc",
|
||||
"path": "packages/tcc"
|
||||
},
|
||||
{
|
||||
"name": "vecmath",
|
||||
"path": "packages/vecmath"
|
||||
},
|
||||
{
|
||||
"name": "x11",
|
||||
"path": "packages/x11"
|
||||
},
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"files.exclude": {
|
||||
"**/.zig-cache": true,
|
||||
},
|
||||
"files.associations": {
|
||||
"**/packages/tcc/vendor/*.{def,h}": "c",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user