ui5experts / ui5-schemas

:rocket: UI5 Schemas allows you to develop SAPUI5/OpenUI5 XML at a maximum convenience. It downloads, upgrades and sets up SAPUI5/OpenUI5 XML schemas for a better development experience in your favorite IDE (if it is WebStorm ;).
MIT License
49 stars 8 forks source link

Install schemas into AppData #7

Closed cschuff closed 7 years ago

cschuff commented 7 years ago

This will allow reuse of downloaded files. Furhtermore it will stop ui5-schemas from messing up users projects with a massive amount of files they will want to ignore. Not to mention the initial slowdown by indexing these files...

process.env.APPDATA || (process.platform == 'darwin' ? process.env.HOME + 'Library/Preferences' : '/var/local')

cschuff commented 7 years ago

fixed with https://github.com/ui5experts/ui5-schemas/commit/8bd67a7a3f508dcf9ad8ec1d68f1234843b38cda

Schema files are now downloaded into $APP_DATA/UI5Experts/ui5-schemas/[SDK]/latest