biomejs/biome-intellij

๐Ÿ› Webstorm plugin iterferes with manually running format command

Arctomachine opened this issue ยท 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

  • I agree to follow Biome's Code of Conduct

@Arctomachine Can you confirm the plugin version?

Version 0.0.7