mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Ports: service -> application, defaults ->unconfigured
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.portsAttributes.defaults';
|
||||
private static DEFAULTS = 'remote.portsAttributes.unconfigured';
|
||||
private static RANGE = /^(\d+)\-(\d+)$/;
|
||||
private portsAttributes: PortAttributes[] = [];
|
||||
private defaultPortAttributes: Attributes | undefined;
|
||||
|
||||
Reference in New Issue
Block a user