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)."
|
||||
|
||||
Reference in New Issue
Block a user