Skip to content

Commit

Permalink
docs(gen): add info file
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyOubouaziz committed Jul 31, 2024
1 parent 7035070 commit 0765647
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .devcontainer/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

This configuration is intended for [Github Codespaces](https://docs.github.com/en/codespaces) users.

The `devcontainer.json` file allows to specify a configuration that can be used to create a codespace.

Refer to the official [codespaces devcontainers documentation](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration) for more information.
The `devcontainer.json` file allows to specify a configuration that can be used to create a Codespace.

Refer to the official [Codespaces devcontainers documentation](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration) for more information.

## Elements

Expand All @@ -21,4 +20,4 @@ The code below forces the installation of the MDX extension for VSCode inside a
}
```

**Note:** The identifier `unifiedjs.vscode-mdx` can be found on the VSCode extension page, under "More info".
**Note:** The identifier of the extension (e.g. `unifiedjs.vscode-mdx`) can be found on the VSCode extension page, under "More info".

0 comments on commit 0765647

Please sign in to comment.