You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`note`: Ubuntu users: I started getting this error message wtih 5.6.0 but it still seemed to work.
15
16
- Unable to watch for file changes. Please follow the instructions link to resolve this issue.
16
17
- See [here](https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc)
@@ -54,6 +59,12 @@ This is a local copy of the front facing Docs located here: https://github.com/b
54
59
55
60
## Updates
56
61
62
+
### Version 3.1.0
63
+
- Fixed bug in Unreal source file support
64
+
65
+
#### Version 3.0.2
66
+
- (Windows) Fixed Polling cl version for set custom system includes for non-English languages
67
+
57
68
#### Version 3.0.1
58
69
- (Windows) Fixed Professional version of Visual Studio not being able to set custom system includes
59
70
@@ -127,13 +138,16 @@ This extension:
127
138
---
128
139
129
140
## Requirements
130
-
#### General :
141
+
#### General
131
142
- Unreal v5.2+
132
143
- LLVM (clang/clangd) Different Unreal versions requirement different LLVM versions (see below)
133
144
- Unreal project created for VSCode
134
145
- VSCode [clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) extension (Do not let the VSCode `clangd` extension auto install LLVM)
135
146
- Microsoft [C++ extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools) for its `Building/Debugging` Capability
136
147
148
+
#### Windows
149
+
- Powershell 7+
150
+
137
151
#### Compiler and libraries :
138
152
- Before explanation on getting requirements here are some useful links:
139
153
-[How to install correct LLVM (clangd/clang) version](#installing-correct-llvm-clangdclang-version)
0 commit comments