Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Dev jganser issue63 multiple configs for cli #64

Conversation

jganser
Copy link

@jganser jganser commented Oct 25, 2021

Optional approach to allow glob pattern selection of multiple vale.ini files via the vale-vscode extension.

Includes code to handle single file opened in vscode (not inside a workspace or folder).

@jganser
Copy link
Author

jganser commented Oct 25, 2021

#63

@jdkato
Copy link
Member

jdkato commented Oct 25, 2021

As explained in #63, this is a built-in feature of Vale. The following .vale.ini file accomplishes the same goal:

StylesPath = styles
MinAlertLevel = suggestion

[*en/src/*.rst]
BasedOnStyles = Vale

[*de/src/*.rst]
BasedOnStyles = write-good

So, I don't think it makes sense to introduce this complexity into the extension's configuration.

@jdkato jdkato closed this Oct 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants