From 1a09cf8e228318f6f06d28aaafeaf04abf48c88a Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 8 Apr 2021 11:04:43 -0500 Subject: [PATCH 1/3] Fix capitalization --- admin/audit.md | 4 ++-- admin/devurls.md | 10 +++++----- admin/environment-management/ssh-access.md | 2 +- admin/workspace-providers/deployment.md | 8 ++++---- admin/workspace-providers/index.md | 6 +++--- changelog/1.13.2.md | 2 +- changelog/1.14.0.md | 4 ++-- changelog/1.14.4.md | 2 +- changelog/1.15.0.md | 10 +++++----- changelog/1.16.0.md | 6 +++--- changelog/1.17.0.md | 4 ++-- changelog/1.17.2.md | 14 +++++++------- cli/file-sync.md | 2 +- cli/remote-terminal.md | 4 ++-- environments/getting-started.md | 2 +- environments/index.md | 2 +- environments/preferences.md | 2 +- guides/customization/custom-env.md | 14 +++++++------- guides/deployments/code-server.md | 8 ++++---- guides/ssl-certificates/cloudflare.md | 2 +- guides/ssl-certificates/route53.md | 6 +++--- guides/troubleshooting/inotify-watch-limits.md | 2 +- images/configure.md | 4 ++-- setup/installation.md | 2 +- 24 files changed, 61 insertions(+), 61 deletions(-) diff --git a/admin/audit.md b/admin/audit.md index 742d308ba..f8faa144b 100644 --- a/admin/audit.md +++ b/admin/audit.md @@ -17,8 +17,8 @@ system. You can filter the logs displayed using the search filters available at the top: -- **Resource Type**: The resource on which the action is taken (e.g., Image, - Environment, User) +- **Resource Type**: The resource on which the action is taken (e.g., image, + environment, user) - **Action**: The action that the user took against a resource (e.g., read, write, create) - **Resource Target**: The friendly name for the resource (e.g., the user with diff --git a/admin/devurls.md b/admin/devurls.md index 15094503e..10309858d 100644 --- a/admin/devurls.md +++ b/admin/devurls.md @@ -5,16 +5,16 @@ description: Learn how to configure dev URL support for a Coder deployment. Developer (Dev) URLs allow users to access the ports of services they are developing within their environment. However, before individual developers can -set up Dev URLs, an administrator must configure and enable Dev URL usage. +set up dev URLs, an administrator must configure and enable dev URL usage. ## Before you proceed You must own a wildcard DNS record for your custom domain name to enable and use -Dev URLs with Coder. +dev URLs with Coder. ## Enabling the use of dev URLs -[Dev URLs](../environments/devurls.md) is an opt-in feature. To enable Dev URLs +[Dev URLs](../environments/devurls.md) is an opt-in feature. To enable dev URLs in your cluster, you'll need to modify your: 1. Helm chart @@ -29,7 +29,7 @@ helm upgrade coder coder/coder --set devurls.host="*.my-custom-domain.io" ``` If you're using the default ingress controller, specifying a value for -`devurls.host` automatically adds a rule that routes Dev URL requests to the +`devurls.host` automatically adds a rule that routes dev URL requests to the user's environment: ```yaml @@ -47,7 +47,7 @@ rule manually. ### Step 2: Modify the wildcard DNS record -The final step to enabling Dev URLs is to update your wildcard DNS record. Get +The final step to enabling dev URLs is to update your wildcard DNS record. Get the **ingress IP address** using `kubectl --namespace coder get ingress` and point your wildcard DNS record (e.g., \*.my-custom-domain.io) to the ingress IP address. diff --git a/admin/environment-management/ssh-access.md b/admin/environment-management/ssh-access.md index 16f09fdf1..b826d667a 100644 --- a/admin/environment-management/ssh-access.md +++ b/admin/environment-management/ssh-access.md @@ -74,7 +74,7 @@ environment. ```text # --------- START CODER ENVIRONMENT VARIABLES ---------- -# The following has been auto-generated at Environment startup +# The following has been auto-generated at environment startup # You should not hand-edit this section, unless you are deleting it. SHELL=/bin/bash diff --git a/admin/workspace-providers/deployment.md b/admin/workspace-providers/deployment.md index bb0122765..39e03a6f4 100644 --- a/admin/workspace-providers/deployment.md +++ b/admin/workspace-providers/deployment.md @@ -116,7 +116,7 @@ when communicating with the Coder deployment. Optionally, you can provide additional helm configuration values by providing a `values.yaml` file and adding the argument `-f my-values.yaml` to the generated command. Helm values control attributes of the workspace provider, - including Dev URLs, Kubernetes storage classes, SSH, and more. See the + including dev URLs, Kubernetes storage classes, SSH, and more. See the [Workspace provider Helm chart values]("https://github.com/cdr/enterprise-helm/blob/workspace-providers-envproxy-only/README.md") for more details. @@ -136,12 +136,12 @@ when communicating with the Coder deployment. provider. 1. Once the Helm chart has deployed successfully, you should see the workspace - provider in a `ready` state on the Workspace Provider Admin page. + provider in a `ready` state on the **Workspace provider admin** page. ![Workspace providers admin](../../assets/workspace-providers-admin.png) -1. From the Workspace Provider Admin page, add the desired organizations to its - allowlist. +1. From the **Workspace provider admin** page, add the desired organizations to + its allowlist. Users in the allowed organizations can now choose to deploy into the newly set up workspace provider. diff --git a/admin/workspace-providers/index.md b/admin/workspace-providers/index.md index 5e40adebf..214fa84ca 100644 --- a/admin/workspace-providers/index.md +++ b/admin/workspace-providers/index.md @@ -47,12 +47,12 @@ page available via **Manage** > **Admin** > **Workspace Providers**. The Admin panel shows an overview of all configured workspace providers and indicates their statuses and details. The **default** tag indicates the provider that will be selected by default when a user creates an environment using the -Create an Environment dialog. +**Create an Environment** dialog. You can expand individual listings to view in-depth information: -![Detailed Workspace Providers -Info](../../assets/workspace-providers-detail.png) +![Detailed workspace providers +info](../../assets/workspace-providers-detail.png) ### Status diff --git a/changelog/1.13.2.md b/changelog/1.13.2.md index 0f08e00b6..9d65e8e4d 100644 --- a/changelog/1.13.2.md +++ b/changelog/1.13.2.md @@ -9,7 +9,7 @@ There are no breaking changes in 1.13.2. ### Features ✨ -- infra: Adds support for `https` servers behind Dev URLs +- infra: Adds support for `https` servers behind dev URLs - **Notice:** Environments will need to be rebuilt before using this feature ### Bug fixes 🐛 diff --git a/changelog/1.14.0.md b/changelog/1.14.0.md index 0889319ae..0589efa80 100644 --- a/changelog/1.14.0.md +++ b/changelog/1.14.0.md @@ -16,7 +16,7 @@ description: "Released on 12/18/2020" - infra: Container-based Virtual Machines (CVMs) alpha - web: New account dormancy page in the admin panel -- infra: Coder Environment variables +- infra: Coder environment variables [see guide](https://coder.com/docs/environments/variables) - web: Admin panel pages have been redesigned - web: SSH information has been added to the environments page @@ -25,7 +25,7 @@ description: "Released on 12/18/2020" active users. - web: Environment rebuild icons have been redesigned - infra: Add username label to env pod/deployment -- web/projector: Progressive Web App (PWA) icons have been redesigned +- web/projector: Progressive web app (PWA) icons have been redesigned - **Notice:** The Coder PWA may need to be reinstalled. An invalid cache state may occur that is fixed with a hard refresh. - infra: Git configuration build step now occurs before configure and diff --git a/changelog/1.14.4.md b/changelog/1.14.4.md index 4a87d2547..bacdbef98 100644 --- a/changelog/1.14.4.md +++ b/changelog/1.14.4.md @@ -13,7 +13,7 @@ There are no new features in 1.14.4. ### Bug fixes 🐛 -- infra: Increase Environment rebuild timeout to 30 minutes +- infra: Increase environment rebuild timeout to 30 minutes - cli: Patch panic condition in `coder config-ssh` ### Security updates 🔐 diff --git a/changelog/1.15.0.md b/changelog/1.15.0.md index 8425654c4..a60906744 100644 --- a/changelog/1.15.0.md +++ b/changelog/1.15.0.md @@ -34,7 +34,7 @@ description: "Released on 01/20/2021. Deprecated on 01/25/2021." - web: Changed how Progressive Web Apps function; the code-server application can now be installed as a PWA. - web: Added tooltip with extended information that shows when hovering over the - Image info in the summary card on the `Environments` page + image info in the summary card on the `Environments` page - web: Redesigned the Coder Dashboard to use NextJS and SSR. Page loads should be quicker ⚡. @@ -51,10 +51,10 @@ description: "Released on 01/20/2021. Deprecated on 01/25/2021." - jetbrains: Fixed access to the context menu from then Terminal toolbar - web: Removed display containing environment resources information if the environment isn't running -- web: Updated the Import an Image dialog window to hide image tags that have - already been imported -- web: Updated the Create/Edit an Environment dialog; images and tags are now - sorted alphabetically and then chronologically by creation date +- web: Updated the **Import an Image** dialog window to hide image tags that + have already been imported +- web: Updated the **Create/Edit an Environment** dialog; images and tags are + now sorted alphabetically and then chronologically by creation date ### Security updates 🔐 diff --git a/changelog/1.16.0.md b/changelog/1.16.0.md index 3175f96a0..164a82578 100644 --- a/changelog/1.16.0.md +++ b/changelog/1.16.0.md @@ -9,7 +9,7 @@ description: "Released on 02/22/2021" for Services are preserved for data recovery purposes (volumes, database tables, etc.), but are not accessible through the Coder platform. Please reference [Docker in Environments](../environments/cvms) for a guide on the - new workflow for running containers within your Environment. + new workflow for running containers within your eEnvironment. - The built-in Internal Extension Marketplace is now **removed**. All resources created for this feature are preserved for data recovery purposes, but are not accessible through the Coder platform. For air-gapped deployments, the @@ -31,10 +31,10 @@ description: "Released on 02/22/2021" - ex: `ssh -R 8080:localhost:8080 coder.dev` - Support for [running a full OpenSSH server](../admin/environment-management/ssh-access.md) - inside your Environment. + inside your environment. - The administrator configuration option "Privileged Environments" is now removed. All non-CVM environments are launched with `privileged: false`. -- web: PWA icons for jetbrains and code-server have been redesigned +- web: PWA icons for Jetbrains and code-server have been redesigned - web: Input sliders have been redesigned - web: A character counter was added to the organization description field - web: Display warning when memory provision rate is high diff --git a/changelog/1.17.0.md b/changelog/1.17.0.md index 92c2eb9d5..e4ac7370f 100644 --- a/changelog/1.17.0.md +++ b/changelog/1.17.0.md @@ -36,8 +36,8 @@ description: "Released on 03/17/2021" **Autostart** that allows you to set a time and choose the environments that should be automatically started. We recommend enabling this feature for the environments you use the most. - - web: New checkbox for opting into Autostart is available on the Create and - Edit Environment modals. + - web: New checkbox for opting into Autostart is available on the **Create and + Edit Environment** modals. - web: Autostart action has been added to the Audit Log - web: Environment stop actions have been added to the Audit Log diff --git a/changelog/1.17.2.md b/changelog/1.17.2.md index ad603484b..5e4867b59 100644 --- a/changelog/1.17.2.md +++ b/changelog/1.17.2.md @@ -9,32 +9,32 @@ There are no breaking changes in 1.17.2. ### Features ✨ -- Workspaces As Code (**WAC**): Workspaces as code (WAC) brings the - _Infrastructure As Code_ paradigm to Coder environments. WAC allows you to +- Workspaces as code (**WAC**): Workspaces as code (WAC) brings the + _infrastructure as code_ paradigm to Coder environments. WAC allows you to define and create new environments using **workspace templates**. - web: New page available via **Admin** > **Templates** for creating an embeddable quickstart button. - web: New options available when clicking **New Environment** from the **Environments** page. - - web: **workspace template** information is now displayed on the + - web: **Workspace template** information is now displayed on the **Environments** page for environments built from a template. - web: Added _Cordon_ and _Uncordon_ actions to _Provider_ audit logs. ### Bug fixes 🐛 -- infra: Fixes an issue whereby using `coder/configure` to create Dev URLs would +- infra: Fixes an issue whereby using `coder/configure` to create dev URLs would fail. -- infra: Fixes an issue authenticating using OpenID Connect Identity Providers +- infra: Fixes an issue authenticating using OpenID Connect identity providers (IdPs) that omit name information, such as GitLab. In this case, Coder will use the email address as the user's name. - infra: Improved validation for environment names. Previously, a long environment name may have caused build errors. -- web: The Dev URLs card on the **Environments** page now refreshes after an +- web: The dev URLs card on the **Environments** page now refreshes after an environment finishes building. - jetbrains: Fixed an issue whereby Jetbrains IDE processes would start and always run. They now start on request when opening Jetbrains IDEs. - web: Improved reliability of the workspace provider ping indicator. -- web: Fixed incorrect timestamps in an image's _Available Tags_ table. +- web: Fixed incorrect timestamps in an image's **Available Tags** table. ### Security updates 🔐 diff --git a/cli/file-sync.md b/cli/file-sync.md index 47d572cae..f362892e9 100644 --- a/cli/file-sync.md +++ b/cli/file-sync.md @@ -57,7 +57,7 @@ help ensure your project is in the same state no matter where you make changes. $ ssh coder.yourName ``` -1. Identify your project directory and Environment name, then create the sync +1. Identify your project directory and environment name, then create the sync session. Note that the folder must exist on the remote server before you begin this step: diff --git a/cli/remote-terminal.md b/cli/remote-terminal.md index 8a43f76e8..27364b24d 100644 --- a/cli/remote-terminal.md +++ b/cli/remote-terminal.md @@ -3,7 +3,7 @@ title: "Remote terminal" description: Learn how to use the Coder CLI to access your environment. --- -You can access the the shell of your Coder Environment from your local computer +You can access the the shell of your Coder environment from your local computer using the CLI's `coder sh` command. ## Usage @@ -13,7 +13,7 @@ coder sh [] ``` This executes a remote command on the environment; if no command is specified, -the CLI opens up the Environment's default shell. +the CLI opens up the environment's default shell. For example, you can print "Hello World" in your Coder environment shell as follows: diff --git a/environments/getting-started.md b/environments/getting-started.md index 342515cfd..ecd93ca4e 100644 --- a/environments/getting-started.md +++ b/environments/getting-started.md @@ -24,7 +24,7 @@ existing environments. Click the **New Environment** button. 1. Click **Create** to proceed. Coder redirects you to an overview page for your environment during the build -process. Learn more about the Environment +process. Learn more about the environment [creation parameters](./environment-params.md). Your environment persists in the home directory, updates to new versions of the diff --git a/environments/index.md b/environments/index.md index b47f385ab..f77a61595 100644 --- a/environments/index.md +++ b/environments/index.md @@ -21,7 +21,7 @@ description: "Learn about development environments in Coder." --- An environment is your remote development workspace. All environment are based -on a shared [Image](../images/index.md) and therefore reproducible. +on a shared [image](../images/index.md) and therefore reproducible. ![Environments](../assets/environments.svg) diff --git a/environments/preferences.md b/environments/preferences.md index 27a8bd696..a05a730b3 100644 --- a/environments/preferences.md +++ b/environments/preferences.md @@ -14,7 +14,7 @@ The **Account** tab allows you to provide or change: - Your display name - Email address - Username (this is the value that Coder uses throughout the platform, including - in Dev URLs and the CLI's SSH configuration) + in dev URLs and the CLI's SSH configuration) - Your dotfiles URI to personalize your environments - Your avatar diff --git a/guides/customization/custom-env.md b/guides/customization/custom-env.md index a4906a805..767752197 100644 --- a/guides/customization/custom-env.md +++ b/guides/customization/custom-env.md @@ -47,8 +47,8 @@ To demonstrate, we'll create a development image that utilizes We have a copy of this image [built and pushed](https://hub.docker.com/r/coderenterprise/react) to our Docker -Hub repository. You can use this and skip to **Step 3: Create the Dev -Environment** if you don't want to build and push your own image. +Hub repository. You can use this and skip to **Step 3: Create the dev +environment** if you don't want to build and push your own image. However, if you want to see how the image is made, please continue with the following section. @@ -201,8 +201,8 @@ Once you've started your server, you can preview your application using the web browser of your choice (you must have [dev URLs](../../admin/devurls.md) enabled for this to work). To do so: -1. On the Environment Overview of your Coder deployment, go to Dev URLs and - click **Add URL**. +1. On the **Environment Overview** of your Coder deployment, go to **Dev URLs** + and click **Add URL**. 1. In **Port**, enter **3000**. 1. Click **Save**. 1. Use the generated URL in a web browser to see your application. @@ -211,9 +211,9 @@ for this to work). To do so: At this point, you can open the IDE to start working on your project. -On the Environment Overview, click Open Editor. Choose the editor you'd like to -work in (Coder will open this in a new tab). Once the editor window opens, you -can navigate to your **coder-app** directory and begin working. +On the **Environment Overview**, click Open Editor. Choose the editor you'd like +to work in (Coder will open this in a new tab). Once the editor window opens, +you can navigate to your **coder-app** directory and begin working. You can see the changes you're making in the web browser whose URL points to your application. diff --git a/guides/deployments/code-server.md b/guides/deployments/code-server.md index 6be59df25..61ea183d1 100644 --- a/guides/deployments/code-server.md +++ b/guides/deployments/code-server.md @@ -9,14 +9,14 @@ Kubernetes, you may want to consider Coder, our solution for developers and development teams. Coder runs on Kubernetes and offers the following features in addition to the base code-server functionality. -## Environment Consistency +## Environment consistency - [Manage and distribute workspace images](https://coder.com/docs/images) - [Build custom workspaces that include your project's dependencies](https://coder.com/docs/images/structure) ![Coder Dashboard](../../assets/jetbrains-launcher-icons.png) -## Developer Workflows +## Developer workflows - [Connect to workspaces via web: (code-server, JetBrains)](https://coder.com/docs/environments/editors#jetbrains-ides-in-the-browser) - [Connect to workspaces via SSH or VS Code Remote](https://coder.com/docs/environments/ssh) @@ -28,7 +28,7 @@ addition to the base code-server functionality. ![User management icon](../../assets/manage-users.png) -## Team Management +## Team management - [Implement single-sign-on](https://coder.com/docs/admin/access-control#openid-connect) - [Assign user roles](https://coder.com/docs/admin/access-control/user-roles) @@ -43,7 +43,7 @@ addition to the base code-server functionality.
-## Getting Started +## Getting started Coder is free to try for 60 days. See our [install guide](https://coder.com/docs/setup) for additional details. diff --git a/guides/ssl-certificates/cloudflare.md b/guides/ssl-certificates/cloudflare.md index 26fe7fefc..b10b66843 100644 --- a/guides/ssl-certificates/cloudflare.md +++ b/guides/ssl-certificates/cloudflare.md @@ -59,7 +59,7 @@ cert-manager supports HTTP01 and DNS01 challenges, as well as [many DNS providers](https://cert-manager.io/docs/configuration/acme/dns01/#supported-dns01-providers). This guide, however, shows you how to use Cloudflare for DNS01 challenges. This is necessary to issue wildcard certificates, which are required for Coder's -[Dev URLs](../../admin/devurls.md) feature. +[dev URLs](../../admin/devurls.md) feature. First, get the Cloudflare API credentials for cert-manager to use; cert-manager needs permission to add a temporary TXT record and delete it after the challenge diff --git a/guides/ssl-certificates/route53.md b/guides/ssl-certificates/route53.md index 0ebb92f92..cd824af77 100644 --- a/guides/ssl-certificates/route53.md +++ b/guides/ssl-certificates/route53.md @@ -13,7 +13,7 @@ authority. This guide will show you how to install cert-manager v1.0.1 and set up your cluster to issue Let's Encrypt certificates for your Coder installation so that you can enable HTTPS on your Coder deployment. It will also show you how to -configure your Coder hostname and Dev URLs. +configure your Coder hostname and dev URLs. > We recommend reviewing the official cert-manager > [documentation](https://cert-manager.io/docs/) if you encounter any issues or @@ -61,7 +61,7 @@ You should also: ## Step 2: Delegate your domain names and set up DNS01 challenges -Because Coder dynamically generates domains (specifically the Dev URLs), your +Because Coder dynamically generates domains (specifically the dev URLs), your certificates need to be approved and challenged. The follow steps will show you how to use Route 53 for DNS01 challenges. @@ -165,7 +165,7 @@ URLs work. 1. Create a new record for your hostname; provide `coder` as the record name and paste the external IP as the `value`. Save. -1. Create another record for your Dev URLs: set it to `*.dev.exampleCo` or +1. Create another record for your dev URLs: set it to `*.dev.exampleCo` or similar and use the same external IP as the previous step for `value`. Save. At this point, you can return to **step 6** of the diff --git a/guides/troubleshooting/inotify-watch-limits.md b/guides/troubleshooting/inotify-watch-limits.md index 87137f8fc..dc2f84d74 100644 --- a/guides/troubleshooting/inotify-watch-limits.md +++ b/guides/troubleshooting/inotify-watch-limits.md @@ -262,7 +262,7 @@ program sets the `fs.inotify.max_user_watches` setting. protocol for programming language support, and the same constraints and limitations apply to those tools) - Resources for Visual Studio Code and code-server: - - [User and Workspace Settings](https://code.visualstudio.com/docs/getstarted/settings), + - [User and workspace Settings](https://code.visualstudio.com/docs/getstarted/settings), in particular, the setting called `files.watcherExclude` - [VS Code Setting: files.watcherExclude](https://youtu.be/WMNua0ob6Aw) (YouTube) diff --git a/images/configure.md b/images/configure.md index ff802b8e5..0b3204c63 100644 --- a/images/configure.md +++ b/images/configure.md @@ -87,8 +87,8 @@ You can test your setup by performing the following steps: 1. [Creating your environment using the newly imported image](../environments/getting-started.md) Coder will run the configure file during the build process, and you can verify -this using the Environment Overview page (Coder runs the configure file as the -penultimate step of the build process): +this using the **Environment Overview** page (Coder runs the configure file as +the penultimate step of the build process): ![Environment Overview Page](../assets/configure.png) diff --git a/setup/installation.md b/setup/installation.md index a6fc9e06f..850767d01 100644 --- a/setup/installation.md +++ b/setup/installation.md @@ -53,7 +53,7 @@ kubectl config set-context --current --namespace=coder 1. Get a copy of your helm chart so that you can modify it; you'll need to modify the helm chart to update your PostgreSQL databases (step 4) and enable - Dev URLs (step 5): + dev URLs (step 5): a. Get a copy of your existing helm chart and save as `values.yaml`: `helm show values coder/coder > values.yaml` From 7e0e661b933ba760122f42855cc49e4af98b0654 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 8 Apr 2021 11:12:13 -0500 Subject: [PATCH 2/3] Fix typo --- changelog/1.16.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/1.16.0.md b/changelog/1.16.0.md index 164a82578..112003061 100644 --- a/changelog/1.16.0.md +++ b/changelog/1.16.0.md @@ -9,7 +9,7 @@ description: "Released on 02/22/2021" for Services are preserved for data recovery purposes (volumes, database tables, etc.), but are not accessible through the Coder platform. Please reference [Docker in Environments](../environments/cvms) for a guide on the - new workflow for running containers within your eEnvironment. + new workflow for running containers within your environment. - The built-in Internal Extension Marketplace is now **removed**. All resources created for this feature are preserved for data recovery purposes, but are not accessible through the Coder platform. For air-gapped deployments, the From 30cfb36f587b8bc537c3b41bebbed1e90572b5bb Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 8 Apr 2021 13:02:24 -0500 Subject: [PATCH 3/3] Apply changes from review --- changelog/1.16.0.md | 2 +- changelog/1.17.2.md | 4 ++-- guides/troubleshooting/inotify-watch-limits.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/1.16.0.md b/changelog/1.16.0.md index 164a82578..50ad1cdaf 100644 --- a/changelog/1.16.0.md +++ b/changelog/1.16.0.md @@ -34,7 +34,7 @@ description: "Released on 02/22/2021" inside your environment. - The administrator configuration option "Privileged Environments" is now removed. All non-CVM environments are launched with `privileged: false`. -- web: PWA icons for Jetbrains and code-server have been redesigned +- web: PWA icons for JetBrains and code-server have been redesigned - web: Input sliders have been redesigned - web: A character counter was added to the organization description field - web: Display warning when memory provision rate is high diff --git a/changelog/1.17.2.md b/changelog/1.17.2.md index 5e4867b59..819d5359a 100644 --- a/changelog/1.17.2.md +++ b/changelog/1.17.2.md @@ -31,8 +31,8 @@ There are no breaking changes in 1.17.2. environment name may have caused build errors. - web: The dev URLs card on the **Environments** page now refreshes after an environment finishes building. -- jetbrains: Fixed an issue whereby Jetbrains IDE processes would start and - always run. They now start on request when opening Jetbrains IDEs. +- jetbrains: Fixed an issue whereby JetBrains IDE processes would start and + always run. They now start on request when opening JetBrains IDEs. - web: Improved reliability of the workspace provider ping indicator. - web: Fixed incorrect timestamps in an image's **Available Tags** table. diff --git a/guides/troubleshooting/inotify-watch-limits.md b/guides/troubleshooting/inotify-watch-limits.md index dc2f84d74..c72accfdb 100644 --- a/guides/troubleshooting/inotify-watch-limits.md +++ b/guides/troubleshooting/inotify-watch-limits.md @@ -262,7 +262,7 @@ program sets the `fs.inotify.max_user_watches` setting. protocol for programming language support, and the same constraints and limitations apply to those tools) - Resources for Visual Studio Code and code-server: - - [User and workspace Settings](https://code.visualstudio.com/docs/getstarted/settings), + - [User and workspace settings](https://code.visualstudio.com/docs/getstarted/settings), in particular, the setting called `files.watcherExclude` - [VS Code Setting: files.watcherExclude](https://youtu.be/WMNua0ob6Aw) (YouTube)