Git Product home page Git Product logo

Comments (7)

YXL76 avatar YXL76 commented on June 9, 2024

用不了是指插件是灰色的吗?

from cloudmusic-vscode.

exyexin avatar exyexin commented on June 9, 2024

谢谢回复
HUAWEI-liteos-studio安装插件似乎并不能直接通过应用商店进行下载,所以需要进入https://marketplace.visualstudio.com/items?itemName=yxl.cloudmusic下的Version History进行下载vsix文件后,自行添加至IDE
此时会提示“无法安装扩展“yxl.cloudmusic”,因为它与 VS Code“1.45.7”不兼容。”
所以希望能找到较早版本的插件

from cloudmusic-vscode.

YXL76 avatar YXL76 commented on June 9, 2024

我看了一下,第一次开发本拓展时的版本是1.46.0

from cloudmusic-vscode.

exyexin avatar exyexin commented on June 9, 2024

啊,还挺遗憾的
如果可以的话,能不能发给我一份呢,万一可以用

from cloudmusic-vscode.

YXL76 avatar YXL76 commented on June 9, 2024

可以尝试clone本仓库,package.json这两行修改为对应的vscode版本

"vscode": "^1.53.0"

"@types/vscode": "1.53.0",

运行

yarn
yarn dlx vsce package --no-yarn

可以得到.vsix文件

from cloudmusic-vscode.

exyexin avatar exyexin commented on June 9, 2024

好的,我去试一下,谢谢

from cloudmusic-vscode.

YXL76 avatar YXL76 commented on June 9, 2024

对了,clone完要先加上本机文件,可以直接用解压软件打开.vsix,把里面的build文件夹解压到项目根目录

或者,如果有rust环境,可以直接运行

cargo build --release

from cloudmusic-vscode.

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.