biome-intellij icon indicating copy to clipboard operation
biome-intellij copied to clipboard

🐛 Webstorm plugin iterferes with manually running format command

Open Arctomachine opened this issue 1 year ago • 2 comments

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

  • [X] I agree to follow Biome's Code of Conduct

Arctomachine avatar Jan 19 '24 09:01 Arctomachine

@Arctomachine Can you confirm the plugin version?

victor-teles avatar Jan 20 '24 02:01 victor-teles

Version 0.0.7

Arctomachine avatar Jan 20 '24 09:01 Arctomachine