Code Monkey home page Code Monkey logo

vscode-miku's Introduction

Miku鼓励师

在 VS Code 中连续写代码一小时(时间可配置),会有Miku出来提醒你休息~

使用

除了每过一小时会自动弹出提醒页面,也可以按 F1, 然后输入 miku: 世界第一公主殿下来打开提醒页面

usage

配置

  • miku.reminderViewIntervalInMinutes: 展示提醒页面的时间间隔(分钟)。(默认值为60)
  • miku.title: 提示文字。 (默认值为在吗,多喝热水~)
  • miku.type: default (默认图);url (图片地址)。(默认值为default)
  • miku.customImages: 配置图片数组(需要搭配miku.type为url) (默认值为默认图片)
如下例子,使用自定义图片:
"miku.type": "url",
"miku.customImages": [
    "http://xxx.jpg"
]

如何使用本地图片作为展示图片

  • vscode不允许读取外部文件路径,所以只能自己去替换插件内的图片。替换步骤如下:

    1、找到vscode插件安装的地方 (如mac 在~/.vscode/extensions/mengmoli.miku-{version})

    2、替换images/miku内图片

vscode-miku's People

Contributors

formulahendry avatar mengmoli avatar liyishuai avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.