-
Alexander Rose authoredAlexander Rose authored
settings.json 178 B
{
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.glsl.ts": "glsl",
"*.frag.ts": "glsl",
"*.vert.ts": "glsl"
},
}