lucasaf04

Results 13 comments of lucasaf04

Fresh start with no open files (6 times "get defaults"): ``` loggingLevel: Debug Custom browse configuration received: { "browsePath": [ "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter01/book", "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter10/book", "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter11/book", "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter12/book", "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter13/book", "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter14/book", "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter15/book", "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter02/book", "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter03/book", "/users/lucasaf04/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter04/book",...

@sean-mcmanus C/C++ Debug logs (with vscode just restarted and cmake configure run automatically) ``` loggingLevel: Debug Custom browse configuration received: { "browsePath": [ "/users/$USER/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter1/book", "/users/$USER/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter10/book", "/users/$USER/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter11/book", "/users/$USER/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter12/book", "/users/$USER/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter13/book", "/users/$USER/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter2/book", "/users/$USER/developer/tutorials-and-learning/cpp11/cpp-primer/src/chapter3/book",...

@Colengms Here is my .zshenv, if .zshrc is also necessary I'll edit this message. .zshenv ``` # # User configuration sourced by all invocations of the shell # # Disable...

@v-ericawu It also does for me. The problem occurs somewhere in between editing and running the target. Sometimes it happens on the first run, sometimes after several runs. That's why...

@Colengms I have a video reproing the issue (most of it is just editing code and running the program) Hope it helps. https://user-images.githubusercontent.com/39613949/188625165-d868cf43-ce16-4bbc-915d-28755eeca4e0.mov https://user-images.githubusercontent.com/39613949/188625193-3b234908-d403-4865-88e6-b80c22de086b.mov .zshenv (only sets up path. no...

> Anyone knows any workaround for these hangs? I'm having them so often (every minute or so) that this is hintering development completely. Killing the cpptools-srv doesn't work anymore. Most...

@sean-mcmanus I can't barely remember the first time I hit the issue, I think Big Sur didn't have this problem, so it seems like a Monterey one. The only thing...

@sean-mcmanus Man page for wordexp in my system is different than yours: (see implementation, diagnostics and bugs sections) ``` ~ ❯ man --path wordexp /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/share/man/man3/wordexp.3 ~ ❯ man wordexp |...

@sean-mcmanus No issues running this code. IDK why cpptools sometimes gets stuck. Maybe you could upload a debug build of the extension that reports every call to wordexp and its...