1 Star 0 Fork 0

luocheng/vscode-cvc-ext

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
luocheng 提交于 2023-11-06 00:00 . 样式语言类型判断优化
{
"name": "color-variables-completion",
"displayName": "CVC",
"version": "1.0.0",
"publisher": "luocheng",
"private": false,
"license": "MIT",
"engines": {
"vscode": "^1.73.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onLanguage:scss",
"onLanguage:less",
"onLanguage:vue"
],
"contributes": {
"configuration": [
{
"title": "CVC",
"properties": {
"fileName": {
"type": "string",
"default": "",
"maxLength": 20,
"description": "颜色变量声明文件名,不包含扩展名,文件内容只能包含变量声明代码和注释。"
}
}
}
]
},
"main": "./out/extension.js",
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"lint": "eslint \"src/**/*.ts\"",
"watch": "tsc -watch -p ./",
"package": "vsce package"
},
"devDependencies": {
"@types/node": "^16.18.34",
"@types/vscode": "^1.73.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "^8.26.0",
"typescript": "^5.2.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/locheng/vscode-vcv-ext.git
git@gitee.com:locheng/vscode-vcv-ext.git
locheng
vscode-vcv-ext
vscode-cvc-ext
master

搜索帮助