File tree 1 file changed +39
-0
lines changed
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Swift" ,
3
+ "image" : " swift:6.0" ,
4
+ "features" : {
5
+ "ghcr.io/devcontainers/features/common-utils:2" : {
6
+ "installZsh" : " false" ,
7
+ "username" : " vscode" ,
8
+ "upgradePackages" : " false"
9
+ },
10
+ "ghcr.io/devcontainers/features/git:1" : {
11
+ "version" : " os-provided" ,
12
+ "ppa" : " false"
13
+ }
14
+ },
15
+ "runArgs" : [
16
+ " --cap-add=SYS_PTRACE" ,
17
+ " --security-opt" ,
18
+ " seccomp=unconfined"
19
+ ],
20
+ // Configure tool-specific properties.
21
+ "customizations" : {
22
+ // Configure properties specific to VS Code.
23
+ "vscode" : {
24
+ // Set *default* container specific settings.json values on container create.
25
+ "settings" : {
26
+ "lldb.library" : " /usr/lib/liblldb.so"
27
+ },
28
+ // Add the IDs of extensions you want installed when the container is created.
29
+ "extensions" : [
30
+ " sswg.swift-lang"
31
+ ]
32
+ }
33
+ },
34
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
35
+ // "forwardPorts": [],
36
+
37
+ // Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
38
+ "remoteUser" : " vscode"
39
+ }
You can’t perform that action at this time.
0 commit comments