public icon indicating copy to clipboard operation
public copied to clipboard

VSC: Mark extension ports as "ignored"

Open schickling opened this issue 4 years ago • 1 comments

Issue description or question

Currently when starting Wallaby in VSC, I'm seeing the following ports open notification popups. This "new port available" popup feature is generally very useful but not in the case of Wallaby since its rather an "implementation detail".

image

It seems like it will soon be possible (see https://github.com/microsoft/vscode-remote-release/issues/4046) for both extension authors and users to mark ports as ignored: true which will be a great fit for this issue.

schickling avatar Dec 21 '20 09:12 schickling

Wallaby uses both fixed and dynamic port ranges for a number of its operations. We could mark the fixed ports as "known" but I'm not sure this will solve your problem.

smcenlly avatar Dec 21 '20 22:12 smcenlly