HookyQR / VSCodeBeautify

Enable js-beautify (https://github.com/beautify-web/js-beautify) in VS Code
MIT License
606 stars 180 forks source link

Node Inspector is auto-started - Starting inspector on 127.0.0.1:9229 failed: address already in use #334

Open onkarrajambatwar opened 4 years ago

onkarrajambatwar commented 4 years ago

NOTE: Please provide code snippets instead of screen shots. Your issue needs to be replicated, and we need the failing code (text) to do this.

Provide the settings you use: (VS Code workspace and user settings, .jsbeautifyrc, .editorconfig) eg.: VS Code:

{
    "editor.formatOnSave": true
}

.jsbeautifyrc

{
    default 
}

Action performed

attaching debugger using lauch.json

Actual results

When i try to attache/start inspector, i am getting below error Starting inspector on 127.0.0.1:9229 failed: address already in use ...

I have verify the PID which is starting this and found it is coming from VS Extension. I removed all extension and kept only Beautify. Now, this is coming again. I think there is a bug in extension.