meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sw:vscode:devcontainer [2023/07/05 13:50] – created 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> | ||
+ | " | ||
+ | " | ||
+ | </ | ||
==== Windows WSL ==== | ==== Windows WSL ==== | ||
Line 9: | Line 14: | ||
<file json devcontainer.json> | <file json devcontainer.json> | ||
- | source=\\\\wsl.localhost\\Ubuntu\\home\\rafalmroz\\.ssh, | + | source=\\\\wsl.localhost\\Ubuntu\\home\\username\\.ssh, |
</ | </ | ||