Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/.vscode/settings.json

36 lines
743 B
JSON
Raw Normal View History

{
2023-02-21 14:39:08 +01:00
"cssVariables.lookupFiles": ["node_modules/@umbraco-ui/uui-css/dist/custom-properties.css"],
2023-04-26 13:38:37 +02:00
"cSpell.words": [
2023-05-03 15:24:08 +02:00
"backoffice",
"Backoffice",
2023-04-26 13:38:37 +02:00
"combobox",
2023-11-14 13:33:38 +01:00
"ctrls",
2023-11-10 13:50:05 +01:00
"devs",
2023-04-26 13:38:37 +02:00
"Elementable",
2024-02-20 15:24:43 +01:00
"iframes",
2023-08-28 12:33:26 +02:00
"invariantable",
2023-10-27 11:04:36 +02:00
"lucide",
2023-06-07 15:20:20 +02:00
"Niels",
"pickable",
2023-11-30 11:41:07 +01:00
"popovertarget",
2023-08-28 14:53:39 +02:00
"Registrator",
2024-03-19 21:10:08 +01:00
"Routable",
2024-02-23 13:47:14 +01:00
"stylesheet",
2023-10-27 13:01:44 +02:00
"svgs",
2023-04-26 13:38:37 +02:00
"templating",
2023-06-27 12:22:23 +02:00
"tinymce",
2023-06-06 13:22:29 +02:00
"umbraco",
2023-06-09 11:29:08 +02:00
"Uncategorized",
2024-02-28 13:29:53 +01:00
"uninitialize",
2023-04-26 13:38:37 +02:00
"variantable"
],
2023-03-03 14:18:14 +01:00
"exportall.config.folderListener": [],
"exportall.config.relExclusion": [],
"conventionalCommits.scopes": ["partial views"],
2024-07-26 14:32:13 +02:00
"typescript.tsdk": "node_modules/typescript/lib",
"sonarlint.connectedMode.project": {
"connectionId": "umbraco",
"projectKey": "umbraco_Umbraco.CMS.Backoffice"
}
}