Removing more templated settings #125422

This commit is contained in:
Logan Ramos
2021-07-08 15:58:13 -04:00
parent 9006cc8268
commit 40b2219e39
9 changed files with 24 additions and 19 deletions

View File

@@ -46,7 +46,7 @@ class UserDataSyncUtilService implements IUserDataSyncUtilService {
}
return {
eol: this.textResourcePropertiesService.getEOL(resource),
insertSpaces: this.textResourceConfigurationService.getValue<boolean>(resource, 'editor.insertSpaces'),
insertSpaces: this.textResourceConfigurationService.getValue(resource, 'editor.insertSpaces'),
tabSize: this.textResourceConfigurationService.getValue(resource, 'editor.tabSize')
};
}