koro1FileHeader icon indicating copy to clipboard operation
koro1FileHeader copied to clipboard

autoAddLine不生效,超过行数还是会自动添加头部注释

Open Michael-py001 opened this issue 3 years ago • 0 comments

描述bug(必填)

"fileheader.configObj": {
    "autoAddLine": 15,
   "autoAdd": true
}

我设置了autoAddLine为15,但是好像跟autoAdd冲突了,打开的文件行数都超过15行了还是自动加了头部注释,怎么才可以正常识别? 注释设置(必填):

VsCode设置:

// 配置填在这里面
"fileheader.configObj": {
    "autoAdd": true,
    "autoAddLine": 15,
    "autoAlready": true,
}

文件后缀(必填):

xxx.vue

Michael-py001 avatar Feb 10 '23 05:02 Michael-py001