-
Notifications
You must be signed in to change notification settings - Fork 149
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
feat: "deno.internalInspect" setting #1007
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I forgot to mention - maybe we need to actually provide an address for this setting? When I was using that inspector yesterday I was getting panics in the editor because previous LSP instance was already bound. WDYT?
But in the screenshot I provided they have automatically hosted themselves on different pathnames on the same host/port, and there's no error. Though only the first one seems to be listed on devtools. |
Oh I see what you mean. But if you have a Deno instance running with an inspector, then the LSP would try to bind to that port for inspector server. And that would still cause it to fail, because something is bound to that port. |
Coupled with denoland/deno#21482.