Trying to fix watcherexclude, but it's still not working.

This commit is contained in:
2025-07-02 17:18:31 -04:00
parent 689b80044c
commit 13f8d2669c
2 changed files with 4 additions and 4 deletions

View File

@@ -25,9 +25,9 @@
"lldb.dereferencePointers": false,
"npm.autoDetect": "off",
"files.watcherExclude": {
"UE5/Engine/**": true,
"UE5/Samples/**": true,
"UE5/Templates/**": true
"[UNREALENGINE]/Engine/**": true,
"[UNREALENGINE]/Samples/**": true,
"[UNREALENGINE]/Templates/**": true
},
"files.associations": {
"**/include/**": "cpp",