Sumit Kumar

Results 9 issues of Sumit Kumar

I really like vista using fzf for document symbols using coc. Is it possible to search for whole workspace symbols as coc provides such feature ?

PR welcome

Currently, workspace symbols are shown relative to `.vscode` which shows incorrectly when `python.workspaceSymbols.tagFilePath` is set to different location. With this change, correct paths are shown for workspace symbols.

`coc-settings.json` ```json { "coc.preferences.formatOnSaveFiletypes": ["python"], "explorer.width": 30, "explorer.icon.enableNerdfont": true, "explorer.previewAction.onHover": false, "explorer.keyMappings.global": { "": ["expandable?", "expand", "open"], "v": "open:vsplit", "W": "workspaceFolders" }, "list.normalMappings": { "q": "action:quickfix" }, "list.previewSplitRight":true, "list.source.grep.excludePatterns": ["^tags*",...

In newer [Sign In With Google](https://developers.google.com/identity/gsi/web) apis, google gives only ID token. When I hit the endpoint for google login with the id token I get the error `Incorrect input....

I am trying to compile a header file as precompiled header. em++ command for this is: `em++ -x c++-header header.h -o header.pch` But this plugin is automatically adding -x c...

Currently we have a single threaded WASM app for which we have written tests in [jasmine](https://jasmine.github.io/) framework. We want to enable multithreading on the core software engine that we use....

Please include the following in your bug report: **Version of emscripten/emsdk:** ``` emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.57 (1df9c1977b49926c1efca672c31414da45c0c7bb) clang version 19.0.0git (https:/github.com/llvm/llvm-project ccdebbae4d77d3efc236af92c22941de5d437e01) Target: wasm32-unknown-emscripten...

Please include the following in your bug report: **Version of emscripten/emsdk:** ``` emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.56 (cf90417346b78455089e64eb909d71d091ecc055) clang version 19.0.0git (https:/github.com/llvm/llvm-project 34ba90745fa55777436a2429a51a3799c83c6d4c) Target: wasm32-unknown-emscripten...

### Describe the bug I am using Copilot provider and have given following prompt: `Create a portfolio website for me from scratch. This should be an SPA. Use the latest...

bug