Still trying to get intellisense to work
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
diff --git a/.clangd b/.clangd
|
||||
new file mode 100644
|
||||
index 000000000000..e10607a4bc4f
|
||||
--- /dev/null
|
||||
+++ b/.clangd
|
||||
@@ -0,0 +1,3 @@
|
||||
+CompileFlags:
|
||||
+ Add:
|
||||
+ - "-D__INTELLISENSE__=1"
|
||||
diff --git a/Engine/Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py b/Engine/Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py
|
||||
index f56f5ea9cac4..ff1c4030b38f 100644
|
||||
--- a/Engine/Extras/LLDBDataFormatters/UEDataFormatters_2ByteChars.py
|
||||
|
||||
Reference in New Issue
Block a user