sheldonneuberger-sc

Results 12 comments of sheldonneuberger-sc

This is related to the number of worker threads. On a macpro with 24 virtual cores: with 24 threads, the error happens very frequently (probably 20% of the time). I...

It's possible it's an issue on my machine then. Will check this week if it repros for a coworker, and I'll try to get some more details. Is there a...

This emits at the same time in exthost.log: ``` [2021-11-15 11:44:48.038] [exthost] [error] TypeError: Cannot read property 'kind' of null at be (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/services/extensions/node/extensionHostProcess.js:94:7738) at Array.map () at f.convert...

Tried `rm -rf /Applications/Visual\ Studio\ Code.app` and then reinstalling vscode and still get the same exception. EDIT: I get this in exthost.log on startup: ``` [2021-11-15 12:10:37.180] [exthost] [error] [llvm-vs-code-extensions.vscode-clangd]...

https://github.com/sheldonneuberger-sc/clangd_repro here's a minimal repro, you'll need to update the compile_commands.json file manually based on where you clone this. If you right-click functionOne and do "show call hierarchy", you should...

clang patch: https://reviews.llvm.org/D114058

Opened https://github.com/microsoft/vscode/issues/137415 to address the bad error message.

Thanks to quick action from jrieken in https://github.com/microsoft/vscode/issues/137415, when you try to Show Call Hierarchy on a non-function, you no longer get weird errors and the References pane shows "No...

If prepareCallHierarchy is called on a token that it supports, then it should always return at least one item in the list which would be the token itself. Is that...

> Are you able to sign the CLA? Yes, we (snapchat) have signed it before but last I checked we lost the details of it. Might take a few days...