gpt4 book ai didi

visual-studio-code - 在已编译的VSCode中使用扩展

转载 作者:行者123 更新时间:2023-12-03 15:37:25 26 4
gpt4 key购买 nike

我在Mac上编译了VSCode,并能够运行该应用程序,但注意到扩展无法正常工作。
导航到扩展程序 Pane 显示-“未找到扩展程序”。

所以我在'marketplace'的源代码上做了一个grep,发现-“build/lib/extensions.js:base:'https://marketplace.visualstudio.com/_apis/public/gallery',

我假设这是市场的URL,并尝试对其进行 curl 以验证API是否发送回可用扩展的列表。我得到的只是一个404。

因此,如果我想让扩展名适用于我的编译版本,是否需要更改URL?
我如何获得扩展才能工作?

最佳答案

参见"No extensions found" when running Visual Studio Code from source
您需要在fork上打开文件https://github.com/Microsoft/vscode/blob/master/product.json并附加 key :

"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"
}
另请参阅问题:
  • How do I enable extensions in the extensions dir in OSS Dev mode
  • Can I put the extensionsGallery on my vscode fork?
  • 关于visual-studio-code - 在已编译的VSCode中使用扩展,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44057402/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com