You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple of projects which are extensions to existing applications, e.g. Shopware, WordPress etc. In order for these to work properly I currently have to set the project root to the root of the parent application so all the relevant files get indexed. Unfortunately this breaks other atom extensions which require the project root to be the actual root directory of the project, so they pick up the right config file. These extensions are eslint, sasslint, atom-tern and more.
Would it be possible to create an "index root" setting for projects so Serenata knows about all the files, but we can set the right project folder in atom?
The text was updated successfully, but these errors were encountered:
It should be possible and only require adding a configuration option to the new config file (in 5.0), which will then be indexed instead of the project root.
I've created a ticket for this on the server here. I'll still leave this open here, since this package will generate a default configuration file for you that should also include this new directive.
Just wanted to note that this is going to be supported in the next major version that uses Serenata 5.0 (see also #460). The project path will only be used as a fallback if no explicit project configuration is provided.
One or more URIs can be configured in the project settings as documented here in Serenata 5.
I have a couple of projects which are extensions to existing applications, e.g. Shopware, WordPress etc. In order for these to work properly I currently have to set the project root to the root of the parent application so all the relevant files get indexed. Unfortunately this breaks other atom extensions which require the project root to be the actual root directory of the project, so they pick up the right config file. These extensions are eslint, sasslint, atom-tern and more.
Would it be possible to create an "index root" setting for projects so Serenata knows about all the files, but we can set the right project folder in atom?
The text was updated successfully, but these errors were encountered: