We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在安装好Slackware系统后编辑 /etc/slackpkg/mirrors 文件,打开 slackbuilds 仓库执行
Slackware系统
/etc/slackpkg/mirrors
slackpkg update slackpkg install vscode-bin
/opt/vscode-bin/resources/app/product.json
diff --git a/product.json b/product.json index 9bd0ea1..c13e47b 100644 --- a/product.json +++ b/product.json @@ -32,6 +32,11 @@ "reportIssueUrl": "https://github.com/microsoft/vscode/issues/new", "urlProtocol": "code-oss", "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/ef65ac1ba57f57f2a3961bfe94aa20481caca4c6/out/vs/workbench/contrib/webview/browser/pre/", + "extensionsGallery": { + "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", + "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", + "itemUrl": "https://marketplace.visualstudio.com/items" + }, "builtInExtensions": [{ "name": "ms-vscode.js-debug-companion", "version": "1.0.18",
重新打开vscode 即可成功连接vscode插件仓库
vscode
参考资料:https://stackoverflow.com/questions/37143536/no-extensions-found-when-running-visual-studio-code-from-source
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在安装好
Slackware系统
后编辑/etc/slackpkg/mirrors
文件,打开 slackbuilds 仓库执行/opt/vscode-bin/resources/app/product.json
重新打开
vscode
即可成功连接vscode插件仓库参考资料:https://stackoverflow.com/questions/37143536/no-extensions-found-when-running-visual-studio-code-from-source
The text was updated successfully, but these errors were encountered: