-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto generated class when moved is not tracked #1792
Comments
I think this is a dupe of the bug where we don't properly detect file renames. |
@DustinCampbell -- we'll verify this one too when #785 is fixed. |
OK. I moved this to the 1.13 milestone since that's where #785 is tracked. |
Thanks! |
I verified that dragging files is now fixed. @dshamim: I couldn't follow your repro steps, it seems that there are a few steps missing (e.g. what type of project is this? What is "AutoGenerate Model"?). However, I expect that the underlying issue is now fixed. |
Thanks!
On Sat., 28 Oct. 2017, 9:54 am Dustin Campbell, ***@***.***> wrote:
Closed #1792 <#1792>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1792 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFQ60enq5qxCu1PLjbLGur_LAyx28WVsks5swl8ZgaJpZM4P6A6c>
.
--
Regards,
Danish
|
Environment data
dotnet --info
output:VS Code version: 1.17.1
C# Extension version:1.12.1
Steps to reproduce
1- Creating new ViewComponent in /ViewCopmonents
2- Added reference to a non existing model class in code
3- AutoGenerate Model for view model class reference added in step 2 from auto generate
4 - model file generated in the same folder
5- drag/ moved the file from generated position to /ViewModels/ViewComponents (our standard path for shared view models)
Expected behavior
code should pick up the new model location after drag and drop of generated view model file and intellisense should work
Actual behavior
code in ViewComponent still thinks file is at the location it was generated , cannot navigate using F12 , does not give intellisense
had to restart code
The text was updated successfully, but these errors were encountered: