12 lines
437 B
JSON
12 lines
437 B
JSON
|
// SPDX-FileCopyrightText: 2022 Matteo Settenvini <matteo.settenvini@montecristosoftware.eu>
|
||
|
// SPDX-License-Identifier: CC0-1.0
|
||
|
{
|
||
|
"cSpell.customDictionaries": {
|
||
|
"custom-dictionary-workspace": {
|
||
|
"name": "custom-dictionary-workspace",
|
||
|
"path": "${workspaceFolder:cooking-schedule}/.cspell/custom-dictionary-workspace.txt",
|
||
|
"addWords": true,
|
||
|
"scope": "workspace"
|
||
|
}
|
||
|
}
|
||
|
}
|