Skip to content
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

Renaming a .cs file when updating a .csproj file reference #10

Closed
jrieken opened this issue Jan 20, 2016 · 1 comment
Closed

Renaming a .cs file when updating a .csproj file reference #10

jrieken opened this issue Jan 20, 2016 · 1 comment

Comments

@jrieken
Copy link
Contributor

jrieken commented Jan 20, 2016

From @RockyTV on December 31, 2015 14:30

If you open a C# project path with VSCode, then rename a file that is used by a C# Project, the reference in the .csproj file will not be updated.

Copied from original issue: microsoft/vscode#1724

@JoeRobich
Copy link
Member

Most SDK style projects use the default file globbing instead of individual <Compile /> entries in this project. I do not expect us to invest in project manipulation for the C# extension. This functionality may be covered with C# DevKit.

@JoeRobich JoeRobich closed this as not planned Won't fix, can't repro, duplicate, stale Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants