rjra100
rjra100
Issue Type: Bug To reproduce: - Open a git repo - Delete a file - Modify another file - Stage either the deleted file alone, or both files (+ button...
Issue Type: Bug To reproduce: - Compile (with debug info) any code including a std::unordered_map containing std::type_index. For example: ```cpp #include #include int main() { int x=5; std::unordered_map m {...
Type: Bug If we have include paths with a redundant leading "/", clangd correcly resolves the path for headers, but ctrl-clicking to open the header seems to lose the first...
Type: Bug Since (I think) VSCode 1.90.0, installation of extensions into our containers appears to be painfully slow. Believe it's probably related to https://github.com/microsoft/vscode-remote-release/issues/9628, and specifically I'm suspicious of the...
Type: Bug As of VSCode 1.92, I'm seeing a "Docker returned an error" dialog saying "Make sure the Docker daemon is running." pop up immediately when doing Open Folder in...