https://buildtesters.github.io/schemas/schemas/settings.schema.json#/properties/config
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | settings.schema.json* |
object
(Details)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
editor | string |
Optional | cannot be null | buildtest configuration schema |
paths | object |
Optional | cannot be null | buildtest configuration schema |
The editor field is used for opening buildspecs in an editor. The default editor is vim
.
editor
string
string
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"vi" |
|
"vim" |
|
"nano" |
|
"emacs" |
The default value is:
"vim"
paths
object
(Details)object
(Details)