程序员鼓励师
在 VS Code 中连续写代码一小时(时间可配置),会有杨超越提醒你该休息啦~
使用
除了每过一小时会自动弹出提醒页面,也可以按 F1 , 然后输入 hwl: 打开提醒页面 来打开提醒页面
配置
hwl.reminderViewIntervalInMinutes : 展示提醒页面的时间间隔(分钟)。(默认值为60)
hwl.title : 提示文字。 (默认值为小哥哥,小哥哥,代码写久了,该休息啦~)
hwl.type : default (默认图);url (图片地址)。(默认值为default)
hwl.customImages : 配置图片数组(需要搭配hwl.type为url) (默认值为默认图片)
如下例子,使用自定义图片:
"hwl.type": "url",
"hwl.customImages": [
"http://b-ssl.duitang.com/uploads/item/201806/04/20180604090459_gqqjo.jpg"
]
配置方式
如何使用本地图片作为展示图片
| |