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

"Add new project to solution" doesn't edit sln file #21

Open
ghost opened this issue Nov 29, 2015 · 2 comments
Open

"Add new project to solution" doesn't edit sln file #21

ghost opened this issue Nov 29, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 29, 2015

I've created an empty solution, then, I used the "Add new project to solution" option, but doesn't edit the sln file. I mean, this option doesn't add the project and projectconfiguration sections. I found this question but can't find a way to re-template the .sln file once it have been created.

@Krzysztof-Cieslak
Copy link
Contributor

It was already discussed in #18.

@ghost
Copy link
Author

ghost commented Nov 30, 2015

Hi, oh, so sorry for opening a new issue on this.

You're right, the sln file is an VS's concern. But thinking about how to solve it I had an idea, using a file watcher on the editors that modify the sln (and also the fsproj) content when new file/folder is added. At least on Electron based editors there is a pathwatcher. So, in Atom and VSCode (using ionide), we can stop editing that files manually on xplat development. And also use FAKE Build without run into issues like this (when compile files separately). The only issue would be the order, that Move up Move down on VS Solution Explorer 😕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant