ValeInstallScope
The ValeInstallScope enum defines where
Install-Vale
should install the application.less than a minute
Definition
Source Code
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
enum ValeInstallScope {
User
Workspace
}
Fields
User
Indicates that Vale should be installed into the user’s home directory in the .vale
folder.
Workspace
Indicates that Vale should be installed into the current working directory in the .vale
folder.
Last modified March 28, 2023: (GH-91) Add `Install-Vale` command (1b38ebc)