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

[BUG] Extension opens/pops up random files out of nowhere #793

Open
dvdfranco opened this issue Mar 15, 2024 · 1 comment
Open

[BUG] Extension opens/pops up random files out of nowhere #793

dvdfranco opened this issue Mar 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dvdfranco
Copy link

Describe the bug

In my React projects, at random times, the extension is opening a "tsconfig.json" file out of nowhere in VsCode. Sometimes, it opens a "keybidings.json" instead. Some of these files are not even part of my solution Explorer.

image
checkbug1

Expected behavior

No random file should pops up in the IDE without my explicit action to open a file.

Actual behavior

When VsCode starts, or in other times when i'm typing code, wham!!! a random tsconfig.json file pops up in front of me, disrupting my work and suddenly I'm typing code in this file instead of my solution files, all my logic is gone and it just makes me mad!

Steps to reproduce

  1. Enable extension Checkmarx
  2. Restart VsCode
  3. Work on any react project for some time

Environment

  • Vscode extension version 2.7.0
  • Platform Windows 10 x64

Logs

No Log appears when this bug happens, however this is the log I have:

[INFO - 10:44:41 AM] Checkmarx plugin is running
[INFO - 10:44:41 AM] Initializing severity filters
[INFO - 10:44:41 AM] Initializing group by selections
[INFO - 10:44:41 AM] Data refreshed and synced with Checkmarx One platform
[INFO - 10:44:42 AM] Initializing state filters

[INFO - 10:44:42 AM] Git Extension - Add branch.
[INFO - 10:44:47 AM] Filters initialized
[INFO - 10:44:49 AM] Group by initialized

@dvdfranco dvdfranco added the bug Something isn't working label Mar 15, 2024
Copy link
Contributor

Internal Jira issue: AST-37383

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant