Sean McManus

Results 83 issues of Sean McManus

To catch bugs like https://github.com/microsoft/vscode-cpptools/issues/12849 . This is separate from https://github.com/microsoft/vscode-cpptools/issues/11963 , which would add TypeScript test coverage.

Language Service
Feature: Extract to function

It works with 1.21.6.

bug
Language Service
regression
Feature: Extract to function

We wanted to do onEnter formatting with clang-format several years ago, but it wasn't working so we just did ";" onType formatting. We want to make sure that adding new...

Language Service
Feature: Code Formatting
enhancement

cpptools 7/15/2024, 6:11:05 PM SIGSEGV modules_cleanup()+16 fe_cleanup()+53 edg_main(int, char**)+18 …

bug
Language Service
reliability
regression

We are re-lexing (a certain percentage of) the document for every hover or go to definition (instead of caching/resuing the results). For hover, it's a regression from adding document comments....

bug
Language Service
performance
regression

It only works at the workspace level. If it can't work at the workspace folder level it should have its scope changed in the package.json.

bug
Language Service
Feature: Configuration

Create 2 workspace folders and add them to a workspace. Add a test1.cpp to one folder with `#include "test2.h"` and a test2.h to the other workspace folder, and add a...

bug
Feature: Multi-root
Feature: Copilot

Might be a 1.22.x regression.

bug
Language Service
regression
investigate: repro

In the same scenario on Mac, I'm seeing cpptools get stuck, but it might be the same root cause (otherwise, I'll create a new issue for that later). UPDATE: That...

bug
Language Service
reliability