Store config in ~/.parrot

nomaster
Jeff Moe 2023-11-12 10:32:53 -07:00
parent b5b21bcb39
commit 3a7d86feff
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import { EnvVariablesServerImpl } from '@theia/core/lib/node/env-variables';
@injectable()
export class TheiaBlueprintEnvVariableServer extends EnvVariablesServerImpl {
protected readonly _configDirUri: string = FileUri.create(path.join(os.homedir(), '.theia-blueprint')).toString(true);
protected readonly _configDirUri: string = FileUri.create(path.join(os.homedir(), '.parrot')).toString(true);
async getConfigDirUri(): Promise<string> {
return this._configDirUri;