Skip to content

Instantly share code, notes, and snippets.

@thakyZ
Last active April 26, 2024 14:56
Show Gist options
  • Save thakyZ/6cd17021b05b3055626224c2b38c8118 to your computer and use it in GitHub Desktop.
Save thakyZ/6cd17021b05b3055626224c2b38c8118 to your computer and use it in GitHub Desktop.
VSCode (CSpell) YAML Schema
type: object
properties:
$schema:
type: string
additionalProperties:
type: boolean
allowTrailingCommas:
type: boolean
definitions:
type: object
properties:
CacheFormat:
type: object
properties:
enum:
type: array
items:
type: string
type:
type: string
CacheSettings:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
cacheFormat:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
cacheLocation:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
cacheStrategy:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
useCache:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
type:
type: string
CacheStrategy:
type: object
properties:
description:
type: string
enum:
type: array
items:
type: string
markdownDescription:
type: string
type:
type: string
CharacterSet:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
CharacterSetCosts:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
characters:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
cost:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
penalty:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
CostMapDefInsDel:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
insDel:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
map:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
penalty:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
replace:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
swap:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
CostMapDefReplace:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
insDel:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
map:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
penalty:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
replace:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
swap:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
CostMapDefSwap:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
insDel:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
map:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
penalty:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
replace:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
swap:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
CustomDictionaryPath:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
CustomDictionaryScope:
type: object
properties:
description:
type: string
enum:
type: array
items:
type: string
markdownDescription:
type: string
type:
type: string
DictionaryDefinition:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
DictionaryDefinitionAlternate:
type: object
properties:
additionalProperties:
type: boolean
deprecated:
type: boolean
deprecationMessage:
type: string
description:
type: string
markdownDescription:
type: string
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
file:
type: object
properties:
$ref:
type: string
deprecated:
type: boolean
deprecationMessage:
type: string
description:
type: string
markdownDescription:
type: string
name:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
noSuggest:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
repMap:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
type:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
useCompounds:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
DictionaryDefinitionAugmented:
type: object
properties:
additionalProperties:
type: boolean
description:
type: string
markdownDescription:
type: string
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
dictionaryInformation:
type: object
properties:
$ref:
type: string
name:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
noSuggest:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
path:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
repMap:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
type:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
useCompounds:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
DictionaryDefinitionCustom:
type: object
properties:
additionalProperties:
type: boolean
description:
type: string
markdownDescription:
type: string
properties:
type: object
properties:
addWords:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
name:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
noSuggest:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
path:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
repMap:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
scope:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
type:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
useCompounds:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
DictionaryDefinitionInline:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
DictionaryDefinitionInlineFlagWords:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
flagWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
ignoreWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
name:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
noSuggest:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
repMap:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
suggestWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
type:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
useCompounds:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
words:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
DictionaryDefinitionInlineIgnoreWords:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
flagWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
ignoreWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
name:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
noSuggest:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
repMap:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
suggestWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
type:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
useCompounds:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
words:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
DictionaryDefinitionInlineWords:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
flagWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
ignoreWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
name:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
noSuggest:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
repMap:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
suggestWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
type:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
useCompounds:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
words:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
DictionaryDefinitionPreferred:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
name:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
noSuggest:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
path:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
repMap:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
type:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
useCompounds:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
DictionaryFileTypes:
type: object
properties:
enum:
type: array
items:
type: string
type:
type: string
DictionaryId:
type: object
properties:
description:
type: string
markdownDescription:
type: string
pattern:
type: string
type:
type: string
DictionaryInformation:
type: object
properties:
additionalProperties:
type: boolean
description:
type: string
markdownDescription:
type: string
properties:
type: object
properties:
accents:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
adjustments:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
alphabet:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
costs:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
hunspellInformation:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
ignore:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
locale:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
suggestionEditCosts:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
type:
type: string
DictionaryNegRef:
type: object
properties:
description:
type: string
markdownDescription:
type: string
pattern:
type: string
type:
type: string
DictionaryPath:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
DictionaryRef:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
DictionaryReference:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
EditCosts:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
accentCosts:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
baseCost:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
capsCosts:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
firstLetterPenalty:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
nonAlphabetCosts:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
type:
type: string
FSPathResolvable:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
FeatureEnableOnly:
type: object
properties:
type:
type: string
Features:
type: object
properties:
additionalProperties:
type: boolean
description:
type: string
markdownDescription:
type: string
properties:
type: object
properties:
weighted-suggestions:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
type:
type: string
FsDictionaryPath:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
FsPath:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
Glob:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
HunspellInformation:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
aff:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
costs:
type: object
properties:
additionalProperties:
type: boolean
description:
type: string
markdownDescription:
type: string
properties:
type: object
properties:
accentCosts:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
baseCost:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
capsCosts:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
firstLetterPenalty:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
ioConvertCost:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
keyboardCost:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
mapCost:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
nonAlphabetCosts:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
replaceCosts:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
tryCharCost:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
LanguageId:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
LanguageIdMultiple:
type: object
properties:
description:
type: string
markdownDescription:
type: string
pattern:
type: string
type:
type: string
LanguageIdMultipleNeg:
type: object
properties:
description:
type: string
markdownDescription:
type: string
pattern:
type: string
type:
type: string
LanguageIdSingle:
type: object
properties:
description:
type: string
markdownDescription:
type: string
pattern:
type: string
type:
type: string
LanguageSetting:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
allowCompoundWords:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
caseSensitive:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
dictionaries:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
dictionaryDefinitions:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
enabled:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
flagWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
id:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
ignoreRegExpList:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
ignoreWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
includeRegExpList:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
languageId:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
local:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
deprecated:
type: boolean
deprecationMessage:
type: string
description:
type: string
markdownDescription:
type: string
locale:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
name:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
noSuggestDictionaries:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
patterns:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
suggestWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
words:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
LocaleId:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
MatchingFileType:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
OverrideSettings:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
allowCompoundWords:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
caseSensitive:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
dictionaries:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
dictionaryDefinitions:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
enableFiletypes:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
scope:
type: string
title:
type: string
type:
type: string
uniqueItems:
type: boolean
enabled:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
enabledLanguageIds:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
filename:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
flagWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
id:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
ignoreRegExpList:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
ignoreWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
includeRegExpList:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
language:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
languageId:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
languageSettings:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
loadDefaultConfiguration:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
maxDuplicateProblems:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
maxNumberOfProblems:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
minWordLength:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
name:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
noSuggestDictionaries:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
numSuggestions:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
patterns:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
pnpFiles:
type: object
properties:
default:
type: array
items:
type: string
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
suggestWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
suggestionNumChanges:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
suggestionsTimeout:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
usePnP:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
words:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
Pattern:
type: object
properties:
type:
type: string
PatternAdjustment:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
id:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
penalty:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
regexp:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
required:
type: array
items:
type: string
type:
type: string
PatternId:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
PatternRef:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
PredefinedPatterns:
type: object
properties:
enum:
type: array
items:
type: string
type:
type: string
RegExpPatternDefinition:
type: object
properties:
additionalProperties:
type: boolean
properties:
type: object
properties:
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
name:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
pattern:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
required:
type: array
items:
type: string
type:
type: string
RegExpPatternList:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
ReplaceEntry:
type: object
properties:
items:
type: object
properties:
type:
type: string
maxItems:
type: number
minItems:
type: number
type:
type: string
ReplaceMap:
type: object
properties:
items:
type: object
properties:
$ref:
type: string
type:
type: string
ReporterModuleName:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
ReporterOptions:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
ReporterSettings:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
Serializable:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
type:
type: string
SimpleGlob:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
SuggestionCostMapDef:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
SuggestionCostsDefs:
type: object
properties:
items:
type: object
properties:
$ref:
type: string
type:
type: string
Version:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
VersionLatest:
type: object
properties:
const:
type: string
description:
type: string
markdownDescription:
type: string
type:
type: string
VersionLegacy:
type: object
properties:
const:
type: string
deprecated:
type: boolean
deprecationMessage:
type: string
description:
type: string
markdownDescription:
type: string
type:
type: string
properties:
type: object
properties:
$schema:
type: object
properties:
default:
type: string
description:
type: string
markdownDescription:
type: string
type:
type: string
allowCompoundWords:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
cache:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
caseSensitive:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
description:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
dictionaries:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
dictionaryDefinitions:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
enableFiletypes:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
scope:
type: string
title:
type: string
type:
type: string
uniqueItems:
type: boolean
enableGlobDot:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
enabled:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
enabledLanguageIds:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
failFast:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
features:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
files:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
flagWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
gitignoreRoot:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
globRoot:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
id:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
ignorePaths:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
ignoreRegExpList:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
ignoreWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
import:
type: object
properties:
anyOf:
type: array
items:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
includeRegExpList:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
language:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
languageId:
type: object
properties:
$ref:
type: string
description:
type: string
markdownDescription:
type: string
languageSettings:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
loadDefaultConfiguration:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
maxDuplicateProblems:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
maxNumberOfProblems:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
minWordLength:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
name:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
noConfigSearch:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
noSuggestDictionaries:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
numSuggestions:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
overrides:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
patterns:
type: object
properties:
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
pnpFiles:
type: object
properties:
default:
type: array
items:
type: string
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
readonly:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
reporters:
type: object
properties:
default:
type: array
items:
type: string
description:
type: string
items:
type: object
properties:
$ref:
type: string
markdownDescription:
type: string
type:
type: string
showStatus:
type: object
properties:
deprecated:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
spellCheckDelayMs:
type: object
properties:
deprecated:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
suggestWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
suggestionNumChanges:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
suggestionsTimeout:
type: object
properties:
default:
type: number
description:
type: string
markdownDescription:
type: string
type:
type: string
useGitignore:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
usePnP:
type: object
properties:
default:
type: boolean
description:
type: string
markdownDescription:
type: string
type:
type: string
userWords:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
validateDirectives:
type: object
properties:
description:
type: string
markdownDescription:
type: string
type:
type: string
version:
type: object
properties:
$ref:
type: string
default:
type: string
description:
type: string
markdownDescription:
type: string
words:
type: object
properties:
description:
type: string
items:
type: object
properties:
type:
type: string
markdownDescription:
type: string
type:
type: string
type:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment