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
In the .vscode/settings.json file, edit the value of vale.valeCLI.config value so that it is the correct absolute path for your machine
Open VS Code with vale-vscode installed
Open the project as a multi-root workspace by clicking on add a folder instead of Open Folder:
Open the command palette and run Developer: Reload Window
Open the README.md file and notice that there are no vale warnings:
Expected behaviour:
I expected that the behaviour would be the same as when opening the project folder via clicking Open Folder. In this case, the vale configuration is being read and warnings appear:
The text was updated successfully, but these errors were encountered:
My project has a .vscode/settings.json file with the following content:
When this project is imported in a multi-root workspace in VS Code, my custom value config file
.custom.ini
is not being used.To reproduce the problem:
.vscode/settings.json
file, edit the value ofvale.valeCLI.config
value so that it is the correct absolute path for your machinevale-vscode
installedadd a folder
instead ofOpen Folder
:Developer: Reload Window
Expected behaviour:
I expected that the behaviour would be the same as when opening the project folder via clicking
Open Folder
. In this case, the vale configuration is being read and warnings appear:The text was updated successfully, but these errors were encountered: