meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sw:vscode:devcontainer [2023/07/05 13:50]
niziak
sw:vscode:devcontainer [2024/03/18 10:32] (current)
niziak
Line 4: Line 4:
  
 Add bind mounts to devcontainer.json Add bind mounts to devcontainer.json
 +
 +<file json devcontainer.json>​
 +"​mounts":​ []
 +"​source=${localEnv:​HOME}/​.ssh/,​target=/​home/​vscode/​.ssh,​type=bind", ​
 +</​file>​
  
 ==== Windows WSL ==== ==== Windows WSL ====