Replies: 1 comment
-
@CaliYost I think you might need to update the powershell version you have, here is the relevant issue microsoft/vscode#145441 Closing this as this is not related to python extension. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found the same problem which is with a path containg bracket.
When the path contains square brackets, spawning a new terminal using powershell and "terminal.integrated.cwd" does not function properly
I open two folders with VSCode.
One folder
hello
to the right with a powershell of terminal panel by default showing current working directory wherehello
is.The other folder to the left with a powershell of terminal panel by default showing a folder under
instead of the folder I open.
It seem only the folder to the left occurs this situation.
Why is that?
I tried to use cd command to change the cwd shown in the powershell of terminal panel and restarted my VSCode.
But it does not work.
Here is the settings.json
How do I set each folder I open in VSCode and then poweshell of terminal panel shows corresponding folder I actually open instead of the same folder under
Beta Was this translation helpful? Give feedback.
All reactions