We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The settings baseFolders and ignoredFolders should be updated to allow to be defined in Settings UI, not only JSON
baseFolders
ignoredFolders
This:
"projectManager.git.baseFolders": { "type": "array", "default": [], "description": "%projectManager.configuration.git.baseFolders.description%" },
Should become this:
"projectManager.git.baseFolders": { "type": "array", "default": [], "items": { "type": "string" }, "description": "%projectManager.configuration.git.baseFolders.description%" },
The text was updated successfully, but these errors were encountered:
4fb0d43
docs updated for #410
11ff6ee
No branches or pull requests
The settings
baseFolders
andignoredFolders
should be updated to allow to be defined in Settings UI, not only JSONThis:
Should become this:
The text was updated successfully, but these errors were encountered: