mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
UserDataFileProvider for handling user data resources
This commit is contained in:
@@ -49,8 +49,7 @@ class SettingsTestEnvironmentService extends EnvironmentService {
|
||||
super(args, _execPath);
|
||||
}
|
||||
|
||||
get appSettingsHome(): URI { return dirname(this.settingsResource); }
|
||||
get settingsResource(): URI { return URI.file(this._settingsPath); }
|
||||
get appSettingsHome(): URI { return dirname(URI.file(this._settingsPath)); }
|
||||
}
|
||||
|
||||
suite('ConfigurationEditingService', () => {
|
||||
|
||||
Reference in New Issue
Block a user