Reformat towards deprecation 3.3 (#34181)
This commit is contained in:
@@ -15,3 +15,4 @@ children:
|
||||
- /setting-up-your-java-project-for-codespaces
|
||||
- /setting-up-your-python-project-for-codespaces
|
||||
---
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Adding features to a devcontainer.json file
|
||||
shortTitle: Adding features
|
||||
intro: With features, you can quickly add tools, runtimes, or libraries to your dev container configuration.
|
||||
intro: 'With features, you can quickly add tools, runtimes, or libraries to your dev container configuration.'
|
||||
allowTitleToDifferFromFilename: true
|
||||
versions:
|
||||
fpt: '*'
|
||||
@@ -78,4 +78,4 @@ To add features in {% data variables.product.prodname_vscode_shortname %} while
|
||||
|
||||

|
||||
|
||||
{% endvscode %}
|
||||
{% endvscode %}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Configuring dev containers
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'You can customize the dev container configuration for your repository.'
|
||||
intro: You can customize the dev container configuration for your repository.
|
||||
versions:
|
||||
fpt: '*'
|
||||
ghec: '*'
|
||||
@@ -10,3 +10,4 @@ children:
|
||||
- /adding-features-to-a-devcontainer-file
|
||||
- /automatically-opening-files-in-the-codespaces-for-a-repository
|
||||
---
|
||||
|
||||
|
||||
@@ -11,3 +11,4 @@ children:
|
||||
- /configuring-dev-containers
|
||||
- /setting-up-your-repository
|
||||
---
|
||||
|
||||
|
||||
@@ -10,3 +10,4 @@ children:
|
||||
- /adding-a-codespaces-badge
|
||||
- /setting-up-a-template-repository-for-github-codespaces
|
||||
---
|
||||
|
||||
|
||||
@@ -83,4 +83,4 @@ The following configuration settings for a React template will open the `app.js`
|
||||
}
|
||||
}
|
||||
```
|
||||
For more information, see "[Automatically opening files in the codespaces for a repository](/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.
|
||||
For more information, see "[Automatically opening files in the codespaces for a repository](/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