[Macbook Pro M4 Max, MacOS Sequoia 15.7.2, VS Code v1.106.3, Cline 3.40.2, LM Studio 0.3.34]
I’m working on a C++ project and I’m using CMake to manage my builds. Yesterday everything was working fine, but today I am unable to build using the agent and have to do that myself in a terminal. When I ask Cursor to build my project, it replies with the following message:
"The issue we're encountering is a limitation of the sandboxed environment that Cursor uses for security reasons. The build process requires access to system headers and frameworks that aren't available in the sandboxed environment."
How can I adjust my VS Code/Cursor setting to overcome this issue whilst keeping the focus of my project contained within the project structure?
Note, in case it’s relevant to my problem, that I am using LM Studio to run local models.