You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update VSCode terminal configuration for Windows users (#339)
Currently, Visual Studio Code's `terminal.integrated.shell.*` and
`terminal.integrated.shellArgs.*` are deprecated.
So I tried `terminal.integrated.profiles.windows` to replace source
configurations, and I found that it can still run normally if it is not
installed in the default directory (the specific situation has not been
studied in depth).
> If you have Windows Terminal, after VS2022 installed, your Windows Terminal app should include `Developer Command Prompt for VS2022` and `Developer PowerShell for VS2022`.
116
+
>
117
+
> Next you just need to switch to "Configuration" and scroll down to "Profiles" and choose the one you prefer.
118
+
>
119
+
> After copy and paste, simply do like `~w()` sigil does in `args` part above, replacing the paths with your actual Visual Studio installation directory.
0 commit comments