Skip to content

Commit

Permalink
[Docs] Make it explicit that dev environments do not work under WSL o…
Browse files Browse the repository at this point in the history
…n Windows
  • Loading branch information
peterschmidt85 committed Dec 18, 2024
1 parent 8afed2e commit 84786d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/dev-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ To open in VS Code Desktop, use this link:
</div>
!!! info "Windows"
On Windows, `dstack` works both natively and inside WSL. But, for dev environments,
it's recommended _not to use_ `dstack apply` _inside WSL_ due to a [VS Code issue :material-arrow-top-right-thin:{ .external }](https://github.com/microsoft/vscode-remote-release/issues/937){:target="_blank"}.

`dstack apply` automatically provisions an instance, uploads the contents of the repo (incl. your local uncommitted changes),
and runs the configuration.

Expand Down

0 comments on commit 84786d9

Please sign in to comment.