-
Today I have tried cmake for the first time in Visual Code. Alot of advice seems to point to this tool as easier that try to fill out tasks.json and launch.json correctly for c++ [rollbar] Unhandled exception: Unhandled Promise rejection: configure Error: connect ENOENT \?\pipe\c:\Users\fdemi\DevEnv\vulkan\vulkan-fundamentals\vscode.vscode.cmserver-pipe {} Searching for this problem I find items about VSCODE_IPC_HOOK_CLI and remote sessions of Visual Code. Well I'm not doing a remote session. Kind of annoyed at this point as learning cmake is a distraction from my current goal of learning the Vulkan graphics platform. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Additionally this happens for either a create a library or create an executable |
Beta Was this translation helpful? Give feedback.
-
Setting Cmake: Cmake Communication Mode to fileApi fixed the problem. I had it set to automatic |
Beta Was this translation helpful? Give feedback.
-
I had a conflict with two "cmake tools" this one and an old one from someone else |
Beta Was this translation helpful? Give feedback.
Setting Cmake: Cmake Communication Mode to fileApi fixed the problem. I had it set to automatic