Explorar el Código

added glsl files.associations to .vscode

Alexander Rose hace 5 años
padre
commit
4a788d2dae
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      .vscode/settings.json

+ 6 - 1
.vscode/settings.json

@@ -1,3 +1,8 @@
 {
-    "typescript.tsdk": "node_modules/typescript/lib"
+    "typescript.tsdk": "node_modules/typescript/lib",
+    "files.associations": {
+        "*.glsl.ts": "glsl",
+        "*.frag.ts": "glsl",
+        "*.vert.ts": "glsl"
+    },
 }