Trying to fix watcherexclude, but it's still not working.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user