livecode代码开发分支
This commit is contained in:
40
.vscode/html.html-data.json
vendored
Normal file
40
.vscode/html.html-data.json
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"version": 1.1,
|
||||
"globalAttributes": [
|
||||
{
|
||||
"name": "data-i18n",
|
||||
"description": "The key of the translation for current element."
|
||||
},
|
||||
{
|
||||
"name": "data-i18n-prop",
|
||||
"description": "Attributes of the element that should be translated, separated by space.",
|
||||
"valueSet": "i18nProps"
|
||||
},
|
||||
{
|
||||
"name": "data-hint",
|
||||
"description": "The tooltip of the element."
|
||||
}
|
||||
],
|
||||
"valueSets": [
|
||||
{
|
||||
"name": "i18nProps",
|
||||
"values": [
|
||||
{
|
||||
"name": "textContent"
|
||||
},
|
||||
{
|
||||
"name": "innerHTML"
|
||||
},
|
||||
{
|
||||
"name": "title"
|
||||
},
|
||||
{
|
||||
"name": "data-hint"
|
||||
},
|
||||
{
|
||||
"name": "placeholder"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
30
.vscode/settings.json
vendored
Normal file
30
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"conventionalCommits.scopes": [
|
||||
"Compilers",
|
||||
"SDK",
|
||||
"Config",
|
||||
"UI",
|
||||
"App",
|
||||
"functions",
|
||||
"Share",
|
||||
"Templates",
|
||||
"Types",
|
||||
"Editor",
|
||||
"Code-to-Image",
|
||||
"Result",
|
||||
"Embed",
|
||||
"Modules",
|
||||
"Deploy",
|
||||
"Import",
|
||||
"i18n",
|
||||
"ToolsPane",
|
||||
"Modes",
|
||||
"Import-maps",
|
||||
"Formatter",
|
||||
"Build",
|
||||
"services",
|
||||
"CommandMenu",
|
||||
"Accessibility"
|
||||
],
|
||||
"html.customData": ["./.vscode/html.html-data.json"]
|
||||
}
|
||||
Reference in New Issue
Block a user