azure-sdk-for-cpp/.vscode/cspell.json
Victor Vazquez 835f156af9
Vcpkg manifest and binary caching (#3329)
* binary cache and manifest

* update packages

* udpate

* add cache to private pipeline

* next try

* aver

* other

* again

* aver quick

* more

* this way

* again

* one more

* print

* test

* use depend

* more deps

* dep

* Apply suggestions from code review

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

* updated to use group variable

* update identity

* end line

* Update vcpkg.json

* Apply suggestions from code review

* cspell

* remove comment

* updates

* make cache mode depend on SAS env var

* map env var only for internal pipelines

* other approach

* what about this

* and this

* try

* amd

* another

* extra step

* typo

* override for internal

* use default succeded

* azure core update manifest

* a

* run cmake-generate nightly as well

* check for SAS

* check cache

* no secret

* fix is secret

* pass explicit

* use secret all the time

* char

* One more

* export

* echos

* last

* array

* remove question

* ok

* weird

* use account key

* substring

* VCPKG_BINARY_SOURCES

* Add module installation

* task:

* Correct pathing for module

* update source gen

* format

* update spelling

* IsWindoows

* Use pwsh

* Cannot clobber with PSModule-Helpers. Attempt plain install

* Attempt plain install

* Revert unnecessary change to Update-DocsMsToc.ps1

* template ready

* curl is required on Windows as well for some CI gates

* attestation

* fix format

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2022-03-24 09:11:30 -07:00

222 lines
3.7 KiB
JSON

{
"version": "0.1",
"language": "en",
"languageId": "cpp",
"dictionaries": [
"powershell",
"cpp"
],
"ignorePaths": [
"vcpkg/**/*",
"*.exe",
"*.a",
"*.lib",
".github/CODEOWNERS",
".gitignore",
".vscode/cspell.json",
"eng/common/**/*",
"json.hpp",
"Dockerfile",
"*nlohmann-json*",
"eng/docs/api/assets/**/*",
"**/test/ut/recordings/*.json"
],
// * Unless configured otherwise, these words are not case sensitive
// * Alphabetize the list when making changes so the list is easier for future
// users to maintain and reason about.
"words": [
"ABFS",
"ABNF",
"Adls",
"Aloctl",
"azcore",
"azsdk",
"azuresdk",
"azuresdkforcpp",
"centralus",
"centraluseuap",
"cmake",
"CMOCKA",
"Cobertura",
"ctest",
"cuse",
"CUSEUAP",
"DCMAKE",
"deserializers",
"Deserializes",
"DFETCH",
"docfx",
"DPAPI",
"DRUN",
"DWARNINGS",
"easia",
"eastus",
"echsmkey",
"Edlund",
"EKUs",
"euap",
"Favicon",
"gcovr",
"githubio",
"gmock",
"gtest",
"Gzrs",
"HKEY",
"HRESULT",
"IMDS",
"Intel",
"itfactor",
"iusg",
"Kirilov",
"lcov",
"LIBCMTD",
"Lohmann",
"LPBYTE",
"LPSTR",
"MHSM",
"moxygen",
"MSRC",
"ncus",
"Niels",
"nlohmann",
"noclean",
"NOCLOSE",
"NOCRLF",
"NOLINT",
"NOMINMAX",
"northcentralus",
"NTSTATUS",
"okhttp",
"PBYTE",
"pdbs",
"PUCHAR",
"pwsh",
"Ragrs",
"Ragzrs",
"Reconnector",
"rehydrated",
"Reitz",
"retriable",
"rwxrw",
"sasia",
"scus",
"SDDL",
"serializers",
"Seriot",
"southcentralus",
"SPDX",
"stoi",
"stoll",
"stoull",
"STREQ",
"uksouth",
"undeleted",
"unscoped",
"unskipped",
"UPNs",
"usgov",
"usgoviowa",
"usgovvirginia",
"vcpkg",
"Viet",
"Viktor",
"vusg",
"Wdocumentation",
"Werror",
"westus",
"Wextra",
"Wgnu",
"Wunused",
"Xclang",
"XSMB"
],
"overrides": [
{
"filename": "**/eng/pipelines/templates/**/*.yml",
"words": [
"lcov",
"iname",
"mspremier"
]
},
{
"filename": "**/eng/**",
"words": [
"TEAMPROJECTID",
"issecret",
"cppvcpkgcache"
]
},
{
"filename": "**/sdk/attestation/**",
"words": [
"tpm"
]
},
{
"filename": "**/sdk/keyvault/azure-security-keyvault-keys/inc/azure/keyvault/keys/key_client_models.hpp",
"words": [
"SECG",
"SECP"
]
},
{
"filename": "**/sdk/core/azure-core/README.md",
"words": [
"myprogram"
]
},
{
"filename": "**/sdk/core/azure-core/CHANGELOG.md",
"words": [
"Chisnall",
"copiable",
"davidchisnall",
"Gabor",
"Gyimesi",
"Joubert",
"juchem",
"lordgamez",
"sjoubert",
"sourav",
"Sylvain"
]
},
{
"filename": "**/sdk/storage/azure-storage-common/CHANGELOG.md",
"words": [
"johnwheffner",
"Heffner",
"lordgamez",
"Gabor",
"Gyimesi"
]
},
{
"filename": "**/sdk/storage/test-resources.json",
"words": [
"bfqt",
"rwdlacup",
"pfile"
]
},
{
"filename": "**/sdk/storage/azure-storage-queues/src/rest_client.cpp",
"words": [
"numofmessages"
]
},
{
"filename": "**/cmake-modules/**/*",
"words": [
"fprofile",
"ftest",
"mathjax",
"mdfile",
"Xlinker"
]
}
],
"allowCompoundWords": true
}