-
Notifications
You must be signed in to change notification settings - Fork 208
/
cspell.yaml
129 lines (129 loc) · 2.66 KB
/
cspell.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
import: ../../../.vscode/cspell.global.yaml
words:
- azcloud
- azurefd
- backoff
- Canonicalize
- chinacloudapi
- Codespace
- Codespaces
- devcontainers
# CDN host name
- gfgac2cmf7b8cuay
- goversioninfo
- nosec
- Retryable
- runcontext
- unmarshals
- usgovcloudapi
languageSettings:
- languageId: go
ignoreRegExpList:
- /mock.*/
dictionaryDefinitions:
- name: azdProjectDictionary
path: ./cspell-azd-dictionary.txt
description: Custom Workspace Dictionary
addWords: true
scope: workspace
dictionaries:
- azdProjectDictionary
overrides:
- filename: internal/tracing/fields/domains.go
words:
- azmk
- azurecontainerapps
- azureedge
- azurefd
- cloudapp
- mediaservices
- msecnd
- filename: docs/docgen.go
words:
- alexwolf
- alexwolfmsft
- pname
- puichan
- devx
- azdevcli
- azdeveloper
- hannahhunter
- hhunter
- filename: pkg/tools/python/python.go
words:
- venv
- filename: pkg/spin/run.go
words:
- errored
- filename: pkg/project/framework_service_python.go
words:
- __pycache__
- Venv
- filename: pkg/project/project_test.go
words:
- Aapi
- Aweb
- Aworker
- azdtempl
- filename: pkg/executil/executil_windows.go
words:
- hndl
- JOBOBJECT
- filename: pkg/environment/azdcontext/azdcontext.go
words:
- ents
- unmarshalled
- filename: pkg/exec/util_test.go
words:
- keychain
- crusername
- azurecr
- filename: pkg/tools/dotnet/dotnet.go
words:
- PWORD
- filename: pkg/tools/kubectl/kubectl.go
words:
- tmpl
- filename: pkg/experimentation/assignment.go
words:
- assignmentcache
- machineid
- azdversion
- filename: pkg/experimentation/client.go
words:
- variantassignment
- filename: pkg/azsdk/storage/storage_blob_client.go
words:
- azblob
- filename: pkg/project/service_target_aks.go
words:
- kustomization
- templating
- filename: CHANGELOG.md
words:
- aistudio
- apiserver
- azdevify
- creds
- Moby
- upsert
- filename: docs/proxy-configuration.md
words:
- Telerik
- filename: test/recording/recording.go
words:
- oidctoken
- filename: test/functional/testdata/samples/funcapp/getting_started.md
words:
- funcignore
- filename: internal/vsrpc/handler.go
words:
- arity
- filename: test/internal/tfoidc/main.go
words:
- tfoidc
- OIDCREQUESTURI
- oidctoken
ignorePaths:
- "**/*_test.go"
- "**/mock*.go"