Skip to content

Commit 27dbb88

Browse files
authored
Clarify Codespaces work and add in automatic remote dev setup (#108)
1 parent 86d858e commit 27dbb88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/remote-dev.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Visual Studio Code Remote Development
22

3-
[VSCode Remote Development](https://code.visualstudio.com/docs/remote/containers) allows you to run your code and environment in a container. This is especially useful for Swift when developing on macOS and deploying to Linux. You can ensure there are no compatibility issues in Foundation when running your code.
3+
[VSCode Remote Development](https://code.visualstudio.com/docs/remote/containers) allows you to run your code and environment in a container. This is especially useful for Swift when developing on macOS and deploying to Linux. You can ensure there are no compatibility issues in Foundation when running your code. The extension also works with [GitHub Codespaces](https://github.com/features/codespaces) to allow you to write your code on the web.
44

55
## Requirements
66

@@ -57,9 +57,9 @@ This will use the `Dockerfile` provided in `.devcontainer`. Create that file and
5757
FROM swift:5.5
5858
```
5959

60-
<!-- ### Automatic Setup
60+
### Automatic Setup
6161

62-
VSCode allows you to automatically configure your project with a dev container. In the command palette (`F1`) choose **Remote-Containers: Add Development Container Configuration Files...** and choose Swift. -->
62+
VSCode allows you to automatically configure your project with a dev container. In the command palette (`F1`) choose **Remote-Containers: Add Development Container Configuration Files...** and choose Swift.
6363

6464
### Running in a container
6565

0 commit comments

Comments
 (0)