增加对fite的支持
parent
955972c5db
commit
f3654952b1
2
index.js
2
index.js
|
@ -182,7 +182,7 @@ function __init__() {
|
||||||
let conf = require(join(options.workspace, 'package.json'))
|
let conf = require(join(options.workspace, 'package.json'))
|
||||||
if (
|
if (
|
||||||
(conf.dependencies && conf.dependencies.vue) ||
|
(conf.dependencies && conf.dependencies.vue) ||
|
||||||
(conf.devDependencies && conf.devDependencies['@bytedo/vue-live'])
|
(conf.devDependencies && conf.devDependencies.fite)
|
||||||
) {
|
) {
|
||||||
let extendWorkspace = join(options.workspace, 'src/')
|
let extendWorkspace = join(options.workspace, 'src/')
|
||||||
if (isdir(extendWorkspace)) {
|
if (isdir(extendWorkspace)) {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "auto-path",
|
"name": "auto-path",
|
||||||
"displayName": "auto-path",
|
"displayName": "auto-path",
|
||||||
"description": "🔥 自动提示文件路径, 方便引入项目为的文件",
|
"description": "🔥 自动提示文件路径, 方便引入项目为的文件",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"publisher": "yutent",
|
"publisher": "yutent",
|
||||||
"author": "Yutent [@yutent]",
|
"author": "Yutent [@yutent]",
|
||||||
"icon": "logo.png",
|
"icon": "logo.png",
|
||||||
|
|
Loading…
Reference in New Issue