1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Add new line character to lines without it (#38196)

This commit is contained in:
Grace Park
2023-06-21 09:03:41 -07:00
committed by GitHub
parent b343c77c3c
commit 82bf353afd
482 changed files with 482 additions and 482 deletions

View File

@@ -2,4 +2,4 @@ When you create a codespace, your repository is cloned into the `/workspaces` di
Outside the `/workspaces` directory, your codespace contains a Linux directory structure that varies depending on the image used to build your codespace. You can add files or make changes to files outside the `/workspaces` directory: for example, you can install new programs, or you can set up your shell configuration in a file such as `~/.bashrc`. As a non-root user, you may not automatically have write access to certain directories, but most images allow root access to these directories with the `sudo` command.
Outside `/workspaces`, with the exception of the `/tmp` directory, the directories in a codespace are tied to the lifecycle of the container. This means any changes you make are preserved when you stop and start your codespace, but are not preserved when you rebuild of the container.
Outside `/workspaces`, with the exception of the `/tmp` directory, the directories in a codespace are tied to the lifecycle of the container. This means any changes you make are preserved when you stop and start your codespace, but are not preserved when you rebuild of the container.