meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
sw:vscode:devcontainer [2023/07/05 13:50] – created niziaksw: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 ====
Line 9: Line 14:
  
 <file json devcontainer.json> <file json devcontainer.json>
-source=\\\\wsl.localhost\\Ubuntu\\home\\rafalmroz\\.ssh,target=/home/vscode/.ssh/,type=bind"+source=\\\\wsl.localhost\\Ubuntu\\home\\username\\.ssh,target=/home/vscode/.ssh/,type=bind"
  
 </file> </file>