## Changes - Reverts changes introduced in #1407 that incorrectly changed attribute casing - Patches `@shoelace-style/shoelace` using [`patch-package`](https://www.npmjs.com/package/patch-package) to add JSDoc comments to component typedefs so that `lit-analyzer` can properly pick up attributes - Adds component typedef for `<replay-web-page>` component ## Testing Tested by hand, it looks like missing help text/date formatting changes/etc are back! Before | After -|-  |   |   |  --------- Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
46 lines
1002 B
JSON
46 lines
1002 B
JSON
{
|
|
"search.exclude": {
|
|
"**/__generated__": true,
|
|
"**/xliff": true
|
|
},
|
|
"lit-plugin.strict": true,
|
|
"lit-plugin.rules.no-missing-import": "off",
|
|
"lit-plugin.maxNodeModuleImportDepth": -1,
|
|
"yaml.schemas": {
|
|
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
|
|
},
|
|
"yaml.customTags": [
|
|
"!ENV scalar",
|
|
"!ENV sequence",
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.to_svg",
|
|
"tag:yaml.org,2002:python/name:materialx.emoji.twemoji",
|
|
"tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
|
|
],
|
|
"cSpell.words": [
|
|
"Browsertrix",
|
|
"btrix",
|
|
"Elems",
|
|
"hoverable",
|
|
"novnc",
|
|
"profileid",
|
|
"tailwindcss",
|
|
"wacz",
|
|
"Webrecorder",
|
|
"zxcvbn"
|
|
],
|
|
"cSpell.languageSettings": [
|
|
{
|
|
"languageId": "typescript",
|
|
"allowCompoundWords": true,
|
|
"dictionaries": [
|
|
"typescript",
|
|
"node",
|
|
"html",
|
|
"fonts",
|
|
"typescript",
|
|
"css"
|
|
]
|
|
}
|
|
]
|
|
}
|