Ver Fonte

added glsl files.associations to .vscode

Alexander Rose há 5 anos atrás
pai
commit
4a788d2dae
1 ficheiros alterados com 6 adições e 1 exclusões
  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"
+    },
 }