Teh Kok How
Teh Kok How
``` ⨯ ChromaConnectionError: Failed to connect to chromadb. Make sure your server is running and try again. If you are running from a browser, make sure that your chromadb instance...
Solution is to add `from sqlalchemy import FetchedValue` to the generated script
Which window and/or tab do you see this info?
I really don't see what you see and showed me. This is what I see in the Terminal tab: ``` * Executing task: CMake: build build task started.... /usr/bin/cmake --build...
> 5\. Enter and select the command 'CMake: Debug'. We are talking about "Build" time. Why debug here? I don't create a new project. It's an existing C++ project.
> I really don't see what you see and showed me. This is what I see in the Terminal tab: > > ``` > * Executing task: CMake: build >...
In addition, in this SO post https://stackoverflow.com/questions/74212702/build-times-vscode-are-higher-that-visual-studio there is a much nicer summary of the build time: ``` Build succeeded. 0 Warning(s) 0 Error(s) Time Elapsed 00:00:24.45 ```
> * If your setting for `cmake.buildTask` is disabled, it should appear in the output pane as [@AnsonSoh](https://github.com/AnsonSoh) showed. Disabled.
> Hi [@khteh](https://github.com/khteh), > > I see this information in the Output window.  Then how about this one? Which is the right one?
>  > > Or are you looking for a more explicit kind of output? What you showed me was in the terminal tab and I have the option disabled.