caizhengxin / vscodefileheader

VSCode File Header
BSD 3-Clause "New" or "Revised" License
24 stars 11 forks source link

when I inserted a file header, I can't save the file. #2

Closed XuhaoShao closed 4 years ago

XuhaoShao commented 4 years ago

when I inserted a file header, I can't save the file, either pressing ctrl+s or clicking the save menu. But after I delete the line '# @Last Modified time: 2020-03-13 21:02:25', it works. So I guess, this updating seconds in this line cause the problem. Are there any solutions?

XuhaoShao commented 4 years ago

OK, after installing TSLint plugins in vs code, everything works well.

caizhengxin commented 4 years ago

Hi, This is a bug, it may be a problem with vscode version, it was not needed before

Xuhao Shao notifications@github.com 于2020年3月14日周六 上午10:43写道:

OK, after installing TSLint plugins in vs code, everything works well.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/caizhengxin/vscodefileheader/issues/2#issuecomment-599000763, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFHSQ3GTZERIJH3WJWOOJTDRHLVOTANCNFSM4LHCIB3Q .

XuhaoShao commented 4 years ago

Amazing! It failed again after I reload the VScode, although I've installed the TSLint. And Maybe, as you said, It's the version of VScode caused it, because I update the VScode to the latest and the bug appears. So what I can do is waiting for the next version of VSCode or go back for the old version?

caizhengxin commented 4 years ago

Amazing! It failed again after I reload the VScode, although I've installed the TSLint. And Maybe, as you said, It's the version of VScode caused it, because I update the VScode to the latest and the bug appears. So what I can do is waiting for the next version of VSCode or go back for the old version?

Bugs that can be fixed。

caizhengxin commented 4 years ago

Amazing! It failed again after I reload the VScode, although I've installed the TSLint. And Maybe, as you said, It's the version of VScode caused it, because I update the VScode to the latest and the bug appears. So what I can do is waiting for the next version of VSCode or go back for the old version?

Update v0.4.1

XuhaoShao commented 4 years ago

Amazing! It failed again after I reload the VScode, although I've installed the TSLint. And Maybe, as you said, It's the version of VScode caused it, because I update the VScode to the latest and the bug appears. So what I can do is waiting for the next version of VSCode or go back for the old version?

Update v0.4.1

YES! It works like before. Thank you!