Giter VIP home page Giter VIP logo

vscode-rainbow-fart's Introduction


logo

🌈 RAINBOW FART

概述

这是一个在你编程时持续夸你写的牛逼的扩展,可以根据代码关键字播放贴近代码意义的真人语音。由于当前插件内的语音均为中文,因此不方便发布到 VSCode 商店,所以以 VISX 的形式发布。请直接 查看文档并下载安装

English Description

This is a VSCode extension that keeps giving you compliment while you are coding, for example when you type function it will play sound that says you wrote a such good function. However the sounds is recorded in Chinese, so it's may not suitable for you. But you can still modify the source code, like add English version compliment sound file.

Rainbow Fart is a literal translation word from Chinese, it's mean give somebody exaggerated compliment that even seems a little fake. It's not involved any connection to specific group or people.

Q&A

Q:安装扩展时 VSCode 提示不兼容。
A:请修改 package.jsonengines.vscodedevDependencies.@types/vscode 字段为你当前的 VSCode 版本号(如下),然后在进入当前目录的终端运行 npm i && npm run build。 此时在工作区目录下将产生新编译的扩展,安装即可。详情请看:Issue #1

{
  "engines": {
      "vscode": "^[当前版本号]",
  },
  "devDependencies": {
      "@types/vscode": "^[当前版本号]",
  }
}

许可

基于 MIT 开源,包括所有设计资源及音频资源。此外,由于仓库中的音频资源大部分由真人录音,并且根据 MIT 被授权人义务。在此明确:尤其的对于仓库中多媒体资源,您有(单独)标明资源原作者、链接、许可的义务。

vscode-rainbow-fart's People

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.