Skip to content
Snippets Groups Projects
Commit 4a788d2d authored by Alexander Rose's avatar Alexander Rose
Browse files

added glsl files.associations to .vscode

parent 888299f6
No related branches found
No related tags found
No related merge requests found
{
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"files.associations": {
"*.glsl.ts": "glsl",
"*.frag.ts": "glsl",
"*.vert.ts": "glsl"
},
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment