Fix for blank lines around code fences (#38255)
This commit is contained in:
@@ -38,6 +38,7 @@ redirect_from:
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
1. By default, the latest version of the feature will be used. To choose a different version, or configure other options for the feature, expand the properties listed under "Options" to view the available values, then add the options by manually editing the object in your `devcontainer.json` file.
|
||||
|
||||

|
||||
@@ -52,6 +53,7 @@ redirect_from:
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
1. Commit the changes to your `devcontainer.json` file.
|
||||
|
||||
The configuration changes will take effect in new codespaces created from the repository. To make the changes take effect in existing codespaces, you will need to pull the updates to the `devcontainer.json` file into your codespace, then rebuild the container for the codespace. For more information, see "[AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#applying-configuration-changes-to-a-codespace)."
|
||||
|
||||
@@ -80,4 +80,5 @@ The following configuration settings for a React template will open the `app.js`
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
For more information, see "[AUTOTITLE](/codespaces/setting-up-your-project-for-codespaces/configuring-dev-containers/automatically-opening-files-in-the-codespaces-for-a-repository)" and the [dev containers specification](https://containers.dev/implementors/json_reference/#general-properties) on the Development Containers website.
|
||||
|
||||
Reference in New Issue
Block a user