1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Reformat towards deprecation 3.3 (#34181)

This commit is contained in:
Kevin Heis
2023-01-26 08:13:09 -08:00
committed by GitHub
parent 4ab7ba2bda
commit 74e64648e6
335 changed files with 371 additions and 330 deletions

View File

@@ -15,3 +15,4 @@ children:
- /setting-up-your-java-project-for-codespaces
- /setting-up-your-python-project-for-codespaces
---

View File

@@ -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
!["Codespaces: Rebuild Container" in the Command Palette](/assets/images/help/codespaces/rebuild-prompt.png)
{% endvscode %}
{% endvscode %}

View File

@@ -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
---

View File

@@ -11,3 +11,4 @@ children:
- /configuring-dev-containers
- /setting-up-your-repository
---

View File

@@ -10,3 +10,4 @@ children:
- /adding-a-codespaces-badge
- /setting-up-a-template-repository-for-github-codespaces
---

View File

@@ -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.