We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ionide starts only opening a .fs (or .fsx, .fsi) file
.fs
.fsx
.fsi
repro:
dotnet new console -lang f# -n app cd app code .
=> ionide doesnt start
open app.fsproj => ionide doesnt start
app.fsproj
open Program.fs => ionide starts 🎉
Program.fs
ref microsoft/vscode#944
The text was updated successfully, but these errors were encountered:
Latest version of Code includes new activation events that can be used for this - https://code.visualstudio.com/updates/v1_13#_glob-patterns-for-workspacecontains-activation-event
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Ionide starts only opening a
.fs
(or.fsx
,.fsi
) filerepro:
=> ionide doesnt start
open
app.fsproj
=> ionide doesnt startopen
Program.fs
=> ionide starts 🎉ref microsoft/vscode#944
The text was updated successfully, but these errors were encountered: