Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repetitive problem message when pointing to problem line #41

Closed
dbaeumer opened this issue May 9, 2016 · 9 comments
Closed

Repetitive problem message when pointing to problem line #41

dbaeumer opened this issue May 9, 2016 · 9 comments

Comments

@dbaeumer
Copy link
Member

dbaeumer commented May 9, 2016

From @alexxx537 on April 26, 2016 7:11

  • VSCode Version: 1.0.0
  • OS Version: windows 7

Steps to Reproduce:

  1. In one header create warning message
  2. Include this header into multiple files
  3. Compile and go, to problem Mach in this header
  4. Problem message shows a list repetitive messages

It is strange to see list of problem messages that are the same.

Copied from original issue: microsoft/vscode#5792

@dbaeumer
Copy link
Member Author

dbaeumer commented May 9, 2016

From @bpasero on April 26, 2016 11:9

@alexxx537 what language is this?

@dbaeumer
Copy link
Member Author

dbaeumer commented May 9, 2016

From @alexxx537 on April 26, 2016 12:41

It is C language. I am using C/C++ extension.

@delmyers
Copy link
Contributor

delmyers commented May 9, 2016

@sridmad Sridhar, can you look at this?

@jgoshi
Copy link
Member

jgoshi commented May 19, 2016

In the repro steps, could you clarify the following?

  1. What warning did you create (what does the header look like)?
  2. Compile and go, to problem Mach in this header. Could you provide a screenshot? Are you building from the command line then opening up the header file in vscode?

@Aukstkalnis
Copy link

When compiled and jumped to problem, the same message list problem is gone. I think it was fixed after update :) However, there is another problem that is related to this case.
This is how it looks:
problem
But it is strange, that when I jump on both of them, one error disappears.
I created error message in enumerator by removing one comma.
I am using tasks functionality to launch external bat file that do the job.

@jgoshi
Copy link
Member

jgoshi commented May 20, 2016

Are you able to repro with the attached project? I'm not sure if I'm following your repro steps properly or the project is not set up properly but when I run it I don't get the duplicate error issue. Do you have a small sample where this repros? Or are you unable to create a repro you can share?

ConsoleApplication1.zip

@Aukstkalnis
Copy link

Aukstkalnis commented May 23, 2016

This is how I compile my task project and what error messages I get:

consoleapplication1 7z

Download picture and change extention from jpg to zip. I did this because I couldn't upload zip file.

@sridmad
Copy link
Member

sridmad commented May 23, 2016

I suspect this is not related to the C++ extension. #The extension does not intercept task invocations nor does it process the resulting output.

@sridmad
Copy link
Member

sridmad commented May 27, 2016

Left comment in original issue indicating that this is VSCode issue and closing this

@sridmad sridmad closed this as completed May 27, 2016
@github-actions github-actions bot locked and limited conversation to collaborators Oct 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants