openvscode-server
openvscode-server copied to clipboard
Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
Update product.json
In this branch, the name of the variable `propiertaryExtension` has been changed to `proprietaryExtensions`. Rationale: - "proprietary" was misspelled - the value is an array containing multiple elements For reference,...
Clarify that openvscode server is safe for multiple users. closes #424
This PR adds Kubernetes support, including a guide and a base configuration for deploying OpenVSCode Server to any K8s 1.19+ cluster.
Add some critical extensions, see also [templates in Gitpod](https://github.com/gitpod-io?q=template&type=all&language=&sort=) and [MixPanel](https://eu.mixpanel.com/project/2482401/view/3024765/app/insights#report/30116596/vs-code-web-extensions/~(columnWidths~(bar~())~description~'~displayOptions~(chartType~'line~plotStyle~'stacked~analysis~'linear~value~'absolute)~sorting~(bar~(sortBy~'column~colSortAttrs~(~(sortBy~'value~sortOrder~'desc)~(sortBy~'value~sortOrder~'desc))~valueField~'liftComparisonValue)~line~(sortBy~'value~sortOrder~'desc~valueField~'averageValue~colSortAttrs~(~(sortBy~'value~sortOrder~'desc~valueField~'averageValue)))~table~(sortBy~'column~colSortAttrs~(~(sortBy~'label~sortOrder~'asc)~(sortBy~'label~sortOrder~'asc)))~insights-metric~(sortBy~'value~sortOrder~'desc~valueField~'totalValue~colSortAttrs~(~(sortBy~'value~sortOrder~'desc~valueField~'totalValue)))~pie~(sortBy~'value~sortOrder~'desc~valueField~'totalValue~colSortAttrs~(~(sortBy~'value~sortOrder~'desc~valueField~'totalValue))))~timeComparison~null~liftComparison~(type~'percentOverall)~querySamplingEnabled~false~title~'VS*20Code*20Web*20Extensions~sections~(show~(~(dataset~'!mixpanel~value~(name~'vscode_extension_gallery~resourceType~'events)~resourceType~'events~profileType~null~search~'~dataGroupId~null~filter~(~(dataset~'!mixpanel~value~'kind~resourceType~'events~profileType~null~search~'~dataGroupId~null~filterType~'string~defaultType~'string~filterOperator~'equals~filterValue~(~'install)~propertyObjectKey~null~determiner~'all)~(dataset~'!mixpanel~value~'extensionId~resourceType~'events~profileType~null~search~'~dataGroupId~null~filterType~'string~defaultType~'string~filterOperator~'is*20set~filterValue~null~propertyObjectKey~null))~math~'unique~perUserAggregation~null~property~null~filterDeterminer~'all))~group~(~(dataset~'!mixpanel~value~'extensionId~resourceType~'events~profileType~null~search~'~dataGroupId~null~propertyType~'string~typeCast~null~unit~null))~time~(~(dateRangeType~'since~unit~'day~value~(~'2022-05-21))))~legend~()~originDashboard~(id~1536797~title~'IDE*2520Health*2520-*2520Editors*252FIDEs))). - PR is based on `gp-code/release/1.73` , so check changes only with last commit https://github.com/gitpod-io/openvscode-server/pull/465/commits/a3e6d2423bf8e1c6907233449138bcb0077088bf - ❓ Should we...
This adds extension signature verification as implemented in https://github.com/eclipse/openvsx/pull/673. After merging, it should be cherry-picked to the `main` branch as well.
Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.85.1 - OS Version: gitpod/openvscode-server:latest Steps to Reproduce: 1. Login to Github via One-Time Code 2....
It would be nice if the project could support something like what VSCodium supports https://github.com/VSCodium/vscodium/blob/master/docs/index.md#replacement-online-services Where the user has the option to change the environment variables or the .config file...
Is it possible to provide port forwarding feature that native VS Code provides? The Coder web version of VS Code also provides this here: https://coder.com/docs/code-server/latest/guide#accessing-web-services-1 The above linked service does...