Replies: 1 comment
-
uh, it's actually hard. we need a 'rootpath' to invoke the dotnet cli in, and programmatically setting that is more difficult than I imagined. even then, if we do set it, we probably need to re-trigger the initialization routines after the project is added, because it would mean the creation of a new workspace. |
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
-
@Happypig375 wondered why we couldn't suggest creating an F# project on the following view:
This turns out to be pluggable in vscode, via the
contributes.viewsWelcome
extension point. We should consider adding a suggestion here, something of the form:This should be pretty simple since we already have the 'new project' command, we just need to wire it up.
Beta Was this translation helpful? Give feedback.
All reactions