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
Describe the bug
If I select a file in folder one/two/file.cs and input it to move to the new location one/file.cs the namespace line in file.cs remains unchanged, aka namespace one.two instead of namespace one.
To Reproduce
Steps to reproduce the behavior:
In the solution explorer, right-click file to move and select move to folder.
Input new destination.
Observe the namespace line in the file.
Expected behavior
The namespace line is changed to reflect the file's location.
Environment (please complete the following information):
OS: macOS
Version 13.0
vscode version 1.75.0
The text was updated successfully, but these errors were encountered:
Describe the bug
If I select a file in folder
one/two/file.cs
and input it to move to the new locationone/file.cs
thenamespace
line infile.cs
remains unchanged, akanamespace one.two
instead ofnamespace one
.To Reproduce
Steps to reproduce the behavior:
move to folder
.namespace
line in the file.Expected behavior
The
namespace
line is changed to reflect the file's location.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: