Browse Source

added glsl files.associations to .vscode

Alexander Rose 5 năm trước cách đây
mục cha
commit
4a788d2dae
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  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"
+    },
 }