deleted-user-6060

Results 9 issues of deleted-user-6060

I would like request that droidify respond to panic triggers from apps like ripple, and allow one to completely delete, hide or other actions.

enhancement

**Describe the bug** A clear and concise description of what the bug is. **Please confirm that this problem is VSCodium-specific** - [ ] This bug doesn't happen if I use...

bug

### Describe your suggested feature Currently only releases are pushed to fdroud It would be really great if you could also push the betas. For faster updates, is it possible...

feature request

**Describe the bug** None of these options work. ![image](https://github.com/VSCodium/vscodium/assets/111274694/536bffaa-03e6-4e82-8926-7a259108578f) **Please confirm that this problem is VSCodium-specific** - [ ] This bug doesn't happen if I use Microsoft's Visual Studio Code....

bug

``` [build] /usr/bin/ld: tooling/CMakeFiles/metareflect.dir/reflect.cpp.o:(.data.rel.ro._ZTI11ClassFinder[_ZTI11ClassFinder]+0x10): undefined reference to `typeinfo for clang::ast_matchers::MatchFinder::MatchCallback' [build] /usr/bin/ld: tooling/CMakeFiles/metareflect.dir/reflect.cpp.o:(.data.rel.ro._ZTIZN5clang7tooling24newFrontendActionFactoryINS_12ast_matchers11MatchFinderEEESt10unique_ptrINS0_21FrontendActionFactoryESt14default_deleteIS5_EEPT_PNS0_19SourceFileCallbacksEE28FrontendActionFactoryAdapter[_ZTIZN5clang7tooling24newFrontendActionFactoryINS_12ast_matchers11MatchFinderEEESt10unique_ptrINS0_21FrontendActionFactoryESt14default_deleteIS5_EEPT_PNS0_19SourceFileCallbacksEE28FrontendActionFactoryAdapter]+0x10): undefined reference to `typeinfo for clang::tooling::FrontendActionFactory' [build] /usr/bin/ld: tooling/CMakeFiles/metareflect.dir/reflect.cpp.o:(.data.rel.ro._ZTIZN5clang7tooling24newFrontendActionFactoryINS_12ast_matchers11MatchFinderEEESt10unique_ptrINS0_21FrontendActionFactoryESt14default_deleteIS5_EEPT_PNS0_19SourceFileCallbacksEEN28FrontendActionFactoryAdapter22ConsumerFactoryAdaptorE[_ZTIZN5clang7tooling24newFrontendActionFactoryINS_12ast_matchers11MatchFinderEEESt10unique_ptrINS0_21FrontendActionFactoryESt14default_deleteIS5_EEPT_PNS0_19SourceFileCallbacksEEN28FrontendActionFactoryAdapter22ConsumerFactoryAdaptorE]+0x10): undefined reference to `typeinfo for clang::ASTFrontendAction' [build] clang++:...

I have a large-ish project that uses different build directories for different build types. For example, a simple vscode `settings.json` could look like, ``` { "cmake.buildDirectory": "${workspaceFolder}/build/${buildType}" // config-specific build...

enhancement

### Guidelines - [X] I have searched searched open and closed issues for duplicates - [X] I am submitting a bug report for existing functionality that does not work as...

### Request Overview Whenever I save a `CMakeLists.txt` file, cmake reconfigures automatically (which is nice), but the focus immediately moves to the output window. I do not want this specific...

enhancement