mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
unconfiguredPortsAttributes -> otherPortsAttributes
Fixes microsoft/vscode-remote-release#4732
This commit is contained in:
@@ -154,7 +154,7 @@ interface PortAttributes extends Attributes {
|
||||
|
||||
export class PortsAttributes extends Disposable {
|
||||
private static SETTING = 'remote.portsAttributes';
|
||||
private static DEFAULTS = 'remote.unconfiguredPortsAttributes';
|
||||
private static DEFAULTS = 'remote.otherPortsAttributes';
|
||||
private static RANGE = /^(\d+)\-(\d+)$/;
|
||||
private portsAttributes: PortAttributes[] = [];
|
||||
private defaultPortAttributes: Attributes | undefined;
|
||||
|
||||
Reference in New Issue
Block a user