Skip to content

Commit

Permalink
docs: Adding a warning about Microsoft's ToS
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <[email protected]>
  • Loading branch information
ibuziuk committed Dec 9, 2024
1 parent cf4fe5b commit dc52276
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/administration-guide/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
*** xref:enabling-users-to-run-multiple-workspaces-simultaneously.adoc[]
*** xref:deploying-che-with-support-for-git-repositories-with-self-signed-certificates.adoc[]
*** xref:configuring-workspaces-nodeselector.adoc[]
*** xref:configuring-the-open-vsx-registry-url.adoc[]
*** xref:configuring-allowed-urls-for-cloud-development-environments.adoc[]
** xref:caching-images-for-faster-workspace-start.adoc[]
*** xref:installing-kubernetes-image-puller.adoc[]
Expand Down Expand Up @@ -105,6 +104,7 @@
*** xref:enabling-fuse-for-all-workspaces.adoc[]
* xref:managing-ide-extensions.adoc[]
** xref:extensions-for-microsoft-visual-studio-code-open-source.adoc[]
** xref:configuring-the-open-vsx-registry-url.adoc[]
* xref:configuring-visual-studio-code.adoc[]
** xref:configuring-single-and-multiroot-workspaces.adoc[]
** xref:trusted-extensions-for-microsoft-visual-studio-code.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ spec:
openVSXURL: __<your_open_vsx_registy>__
# [...]
----
+
[WARNING]
====
link:https://marketplace.visualstudio.com/vscode[Visual Studio Code Marketplace] is not supported by the {prod} editors running in the browser due to the dedicated Microsoft’s link:https://cdn.vsassets.io/v/M190_20210811.1/_content/Microsoft-Visual-Studio-Marketplace-Terms-of-Use.pdf[Terms of Use].
====

.Additional resources
* xref:using-the-cli-to-configure-the-checluster-custom-resource.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
IDEs use extensions or plugins to extend their functionality, and the mechanism for managing extensions differs between IDEs.

* xref:extensions-for-microsoft-visual-studio-code-open-source.adoc[]
* xref:configuring-the-open-vsx-registry-url.adoc[]

0 comments on commit dc52276

Please sign in to comment.