瀏覽代碼

added glsl files.associations to .vscode

Alexander Rose 5 年之前
父節點
當前提交
4a788d2dae
共有 1 個文件被更改,包括 6 次插入1 次删除
  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"
+    },
 }