...
1{
2 "version": "0.2",
3 "language": "en",
4 "languageId": "golang",
5 "dictionaries": [
6 "powershell",
7 "golang",
8 "softwareTerms",
9 "en_US",
10 "en-gb"
11 ],
12 "ignorePaths": [
13 "eng/common/**",
14 ".vscode/cspell.json",
15 "*.PNG",
16 "*.pfx",
17 "**/recordings/**/*"
18 ],
19 "words": [
20 "azcore",
21 "azappconfig",
22 "azidentity",
23 "unpopulate",
24 "etag",
25 "stretchr",
26 "Unmarshaller",
27 "AMQP",
28 "Kusto",
29 "azblob",
30 "Kubernetes",
31 "vnet",
32 "skus",
33 "azservicebus",
34 "azcosmos",
35 "Reimage",
36 "nolint",
37 "armkusto",
38 "msix",
39 "armiotsecurity",
40 "odata",
41 "mgmt",
42 "armkubernetesconfiguration",
43 "azruntime"
44 ],
45 "allowCompoundWords": true,
46 "overrides": [
47 {
48 "filename": "{*.sum,*.mod}",
49 "words": [
50 "davecgh",
51 "pmezard",
52 "gover",
53 "objx"
54 ]
55 }
56 ]
57}
View as plain text