代码拉取完成,页面将自动刷新
同步操作将从 Eno/vue-snippets 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "vue",
"displayName": "Vue 3 Snippets Highlight Formatters",
"description": "Vue 2 && 3 Code Snippets, Syntax Highlight And Code Formatters Into Visual Studio Code.",
"icon": "public/logo.png",
"author": {
"name": "Eno Yao",
"email": "kalone.cool@gmail.com",
"url": "https://github.com/Wscats"
},
"publisher": "Wscats",
"version": "1.0.7",
"license": "MIT",
"engines": {
"vscode": "^1.40.0"
},
"galleryBanner": {
"color": "#58bc58",
"theme": "dark"
},
"activationEvents": [
"*",
"onCommand:vue3snippets.compileOn",
"onCommand:vue3snippets.compileOff"
],
"main": "./extension.js",
"keywords": [
"vue",
"vue2",
"vue3",
"vuejs",
"vue.js",
"composition-api",
"composition",
"function-api",
"function",
"html",
"javascript",
"snippet",
"api",
"cnode"
],
"homepage": "https://github.com/wscats/vue-snippets#readme",
"repository": {
"type": "git",
"url": "https://github.com/wscats/vue-snippets"
},
"bugs": {
"url": "https://github.com/wscats/vue-snippets/issues",
"email": "kalone.cool@gmail.com"
},
"categories": [
"Programming Languages",
"Snippets",
"Formatters"
],
"contributes": {
"configuration": {
"title": "Auto Format Vue",
"properties": {
"vue3snippets.enable-compile-vue-file-on-did-save-code": {
"type": "boolean",
"default": true,
"description": "Enable compile vue file on did save code."
},
"vue3snippets.html_indent_root": {
"type": "boolean",
"default": false,
"description": "If indent the root-tag in .vue's template."
},
"vue3snippets.format_need": {
"type": "array",
"default": [
"html",
"js",
"css"
],
"description": "List of format, default [\"html\", \"js\", \"css\"]."
},
"vue3snippets.break_attr_limit": {
"type": "number",
"default": -1,
"description": "Break attributes when tag's attributes.length > this number, no break when -1."
},
"vue3snippets.attr_end_with_gt": {
"type": "boolean",
"default": true,
"description": "If end attrs width '>' when break_attr_limit."
},
"vue3snippets.js-beautify": {
"type": "object",
"default": {
"indent_size": "editor.tabSize",
"indent_char": " ",
"indent_with_tabs": false,
"brace-style": "collapse",
"space_after_anon_function": true,
"css": {},
"js": {},
"html": {
"force_format": [
"template"
]
}
},
"description": "The config use some js-beautify options, see js-beautify."
},
"vue3snippets.pug-beautify": {
"type": "object",
"default": {
"fill_tab": false
},
"description": "The config use some pug-beautify options, see pug-beautify."
}
}
},
"languages": [
{
"id": "vue",
"aliases": [
"Vue",
"vue"
],
"extensions": [
".vue"
]
}
],
"grammars": [
{
"language": "vue",
"scopeName": "text.html.vue",
"path": "./syntaxes/vue.tmLanguage"
}
],
"snippets": [
{
"language": "javascript",
"path": "./snippets/javascript.json"
},
{
"language": "typescript",
"path": "./snippets/javascript.json"
},
{
"language": "html",
"path": "./snippets/javascript.json"
},
{
"language": "html",
"path": "./snippets/vue.json"
},
{
"language": "vue",
"path": "./snippets/javascript.json"
},
{
"language": "vue",
"path": "./snippets/vue.json"
},
{
"language": "vue",
"path": "./snippets/html.json"
},
{
"language": "jade",
"path": "./snippets/pug.json"
}
]
},
"scripts": {
"build": "vsce package"
},
"dependencies": {
"js-beautify": "^1.13.0",
"pug-beautify": "^0.1.1"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。