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 propose a new property for .AL-Go/settings.json called "excludeAppFolders". As the name suggests, it allows developers to exclude folders from being seen as an app folder that would otherwise match.
This can be useful when a project either has a large number of apps and only wants to skip building one of them, or if a project with an excluded app might have additional apps added in the future, and developers don't want to update the "appFolders" property every time they do so.
This could be applied to all other lists of folders or glob patterns such as "testFolders", as allowing the user to exclude matches is very common for configurations.
This discussion was converted from issue #972 on March 28, 2025 17:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I propose a new property for
.AL-Go/settings.json
called"excludeAppFolders"
. As the name suggests, it allows developers to exclude folders from being seen as an app folder that would otherwise match.This can be useful when a project either has a large number of apps and only wants to skip building one of them, or if a project with an excluded app might have additional apps added in the future, and developers don't want to update the
"appFolders"
property every time they do so.This could be applied to all other lists of folders or glob patterns such as
"testFolders"
, as allowing the user to exclude matches is very common for configurations.Beta Was this translation helpful? Give feedback.
All reactions