cph
cph copied to clipboard
Compiling in c++ is quite slower than other IDEs.
For example: compiling in CP-editor took almost 1 second while on vscode, i have to wait almost 7 seconds to see the results.
Extension Version: <5.11.0>
VS Code Version: <1.84>
Browser Version: <Brave 1.60.118>
Operating System: <Windows 10 22H2, OS Build: 19045.2846 , and arch 64-bit>
if i remember correctly, the extension complies the file twice for some reason, removing the extra compile fixes the slow compile time, I think i fixed it it my fork, but did it so long ago i dont remember what exactly i did
if i remember correctly, the extension complies the file twice for some reason, removing the extra compile fixes the slow compile time, I think i fixed it it my fork, but did it so long ago i dont remember what exactly i did
I saw your fork. But can you tell me how to compile that source folder to a vsix file?
check out https://github.com/agrawal-d/cph/blob/main/docs/dev-guide.md