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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Webstorm plugin iterferes with manually running format command #31

Open
1 task done
Arctomachine opened this issue Jan 19, 2024 · 2 comments
Open
1 task done
Labels
Needs reproduction Needs a reproduction

Comments

@Arctomachine
Copy link

Environment information

CLI:
  Version:                      1.5.2
  Color support:                true

Platform:
  CPU Architecture:             x86_64
  OS:                           windows

Environment:
  BIOME_LOG_DIR:                unset
  NO_COLOR:                     unset
  TERM:                         "xterm-256color"
  JS_RUNTIME_VERSION:           "v20.10.0"
  JS_RUNTIME_NAME:              "node"
  NODE_PACKAGE_MANAGER:         "npm/10.2.3"

Biome Configuration:
  Status:                       Loaded successfully
  Formatter disabled:           false
  Linter disabled:              false
  Organize imports disabled:    false
  VCS disabled:                 true

Workspace:
  Open Documents:               0

What happened?

  1. Open editor with plugin enabled
  2. Run pnpm dlx @biomejs/biome format . --write in terminal in project
  3. It outputs format results, but keeps process running for considerable time after that

Happens with pnpm, but works fine with npm and yarn
Process cannot be manually interrupted with repeated ctrl+c

Expected result

Exit process right after formatting is finished

Code of Conduct

  • I agree to follow Biome's Code of Conduct
@ematipico ematipico transferred this issue from biomejs/biome Jan 19, 2024
@victor-teles
Copy link
Contributor

@Arctomachine Can you confirm the plugin version?

@Arctomachine
Copy link
Author

Version 0.0.7

@victor-teles victor-teles added the Needs reproduction Needs a reproduction label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs reproduction Needs a reproduction
Projects
None yet
Development

No branches or pull requests

2 participants