Class EnvVariablesServerImpl

Implements

Constructors

Properties

configDirUri: Promise<string>
envs: {
    [key: string]: EnvVariable;
} = {}

Type declaration

homeDirUri: string = ...
pathExistenceCache: {
    [key: string]: boolean;
} = {}

Type declaration

  • [key: string]: boolean

Methods