sebastien 6 years ago
parent
commit
8c13bec07f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .vscode/settings.json

+ 2 - 2
.vscode/settings.json

@@ -25,8 +25,8 @@
         "**/*.js": {
             "when": "$(basename).ts"
         },
-        "**/*.fragment.ts": false,
-        "**/*.vertex.ts": false
+        "**/*.fragment.ts": true,
+        "**/*.vertex.ts": true
     },
     "files.associations": {
         "*.fx": "glsl"