mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 19:55:26 +03:00
testing/code-oss: new aport
https://github.com/microsoft/vscode Visual Studio Code (OSS, with VSX)
This commit is contained in:
parent
234d8d8542
commit
6aef24e433
6 changed files with 236 additions and 0 deletions
13
testing/code-oss/enable-extensions.patch
Normal file
13
testing/code-oss/enable-extensions.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- a/product.json
|
||||
+++ b/product.json
|
||||
@@ -28,6 +28,10 @@
|
||||
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
|
||||
"urlProtocol": "code-oss",
|
||||
"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/3c8520fab514b9f56070214496b26ff68d1b1cb5/out/vs/workbench/contrib/webview/browser/pre/",
|
||||
+ "extensionsGallery": {
|
||||
+ "serviceUrl": "https://open-vsx.org/vscode/gallery",
|
||||
+ "itemUrl": "https://open-vsx.org/vscode/item"
|
||||
+ },
|
||||
"builtInExtensions": [
|
||||
{
|
||||
"name": "ms-vscode.js-debug-companion",
|
Loading…
Add table
Add a link
Reference in a new issue