Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Swift (Community)
# Swift

## Summary

*Develop Swift based applications. Includes everything you need to get up and running.*
Develop Swift based applications. Includes everything you need to get up and running.

| Metadata | Value |
|----------|-------|
| *Contributors* | [0xTim](https://github.com/0xTim), [adam-fowler](https://github.com/adam-fowler), [cloudnull](https://github.com/cloudnull) |
| *Categories* | Community, Languages |
| *Categories* | Languages |
| *Definition type* | Dockerfile |
| *Supported architecture(s)* | x86-64, arm64 |
| *Works in Codespaces* | Yes |
Expand Down
6 changes: 3 additions & 3 deletions src/swift/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "swift",
"version": "1.0.0",
"version": "1.1.0",
"name": "Swift",
"description": "Develop Swift based applications. Includes appropriate runtime args and everything you need to get up and running.",
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/tree/main/containers/swift",
"publisher": "Community",
"documentationURL": "https://github.com/swift-server/vscode-swift-devcontainer/tree/main/README.md",
"publisher": "Swift Server Work Group",
"licenseURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/LICENSE",
"options": {
"imageVariant": {
Expand Down