Remove expiry dates for Codespaces support of JetBrains Gateway releases (#52569)

This commit is contained in:
hubwriter 2024-10-08 15:09:45 +01:00 коммит произвёл GitHub
Родитель e4d5e26abf
Коммит 53c278ec15
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -45,7 +45,7 @@ The basic process behind using a codespace in your JetBrains IDE is as follows.
To work in a codespace in a JetBrains IDE you need:
* A valid JetBrains license.
* The JetBrains Gateway application, <!-- expires 2024-09-30 -->versions 2023.3.\* or 2024.1.\*.<!-- end expires 2024-09-30 --><!-- See https://github.com/github/docs-content/issues/15070#issuecomment-2202422516 -->
* The JetBrains Gateway application, versions 2023.3.\* or 2024.1.\*.
* An existing codespace running on a virtual machine that has at least 4 cores. The codespace must also be running an SSH server. For more information, see "[Codespace running an SSH server](#codespace-running-an-ssh-server)."
### JetBrains license

Просмотреть файл

@ -3,6 +3,6 @@
**Notes:**
* Using {% data variables.product.prodname_github_codespaces %} with JetBrains IDEs is currently in {% data variables.release-phases.public_preview %} and is subject to change.
* To work on a codespace in a JetBrains IDE you must use <!-- expires 2024-11-30 -->release 2023.3.\* or 2024.1.\*<!-- end expires 2024-11-30 --><!-- See https://github.com/github/docs-content/issues/15070#issuecomment-2202422516 --> of the JetBrains Gateway.
* To work on a codespace in a JetBrains IDE you must use release 2023.3.\* or 2024.1.\* of the JetBrains Gateway.
{% endnote %}