-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
在安装好Slackware系统后编辑 /etc/slackpkg/mirrors 文件,打开 slackbuilds 仓库执行
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插件仓库
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels