Giter VIP home page Giter VIP logo

Comments (2)

nlh1996 avatar nlh1996 commented on May 14, 2024

无法安装扩展名'saekiraku.rainbow-fart',因为它不兼容 VS Code '1.33.1'。

from vscode-rainbow-fart.

SaekiRaku avatar SaekiRaku commented on May 14, 2024

我降低了 VSCode 的版本要求配置,并重新推送了一版,请重新下载安装。

I have lower the required version of VSCode, and publish a new release. Please download and try to install again.


通常情况下,我建议你升级 VSCode 以匹配插件。因为 VSCode API 文档没有提供某个 API 增添的日期和版本。因此我无法确定哪些版本的 VSCode 是否可以运行这个插件,所以我直接使用了我自己当前的 VSCode 版本号。

Normally, I recommend to upgrade your VSCode to compatible with this extension. Because VSCode API document didn't provide the version or date when some API was added. So I can't be certain which version of VSCode can or can not run this extension, I simply use my current VSCode version as defaults.

为了避免以后类似的问题,我在此处留下修改可运行版本的流程:

In order to avoid similar problems in the future, I write down the process of modifying the runnable version here:

修改 package.json 中的 engines.vscodedevDependencies.@types/vscode 字段为你当前的版本号,然后运行 npm i && npm run build

Modify the engines.vscode and devDependencies.@types/vscode property of package.json to your current VSCode version, and then run npm i && npm run build.

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

有时候,进行上述操作后插件依然无法正确运行,此时则表示你确实需要升级 VSCode 了。

Sometimes, after performing the above operations, the extension still does not run correctly, which means that you really need to upgrade VSCode.

from vscode-rainbow-fart.

Related Issues (20)

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.