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

The extension does not start unless *.fs file is opened #399

Closed
enricosada opened this issue Mar 21, 2017 · 1 comment · Fixed by #477
Closed

The extension does not start unless *.fs file is opened #399

enricosada opened this issue Mar 21, 2017 · 1 comment · Fixed by #477
Labels
enhancement Accepted suggestions that makes existing features better up for grabs Good first issues

Comments

@enricosada
Copy link
Contributor

Ionide starts only opening a .fs (or .fsx, .fsi) file

repro:

dotnet new console -lang f# -n app
cd app
code .

=> ionide doesnt start

open app.fsproj => ionide doesnt start

open Program.fs => ionide starts 🎉

ref microsoft/vscode#944

@Krzysztof-Cieslak Krzysztof-Cieslak added backburner - requires additional upstream functionality enhancement Accepted suggestions that makes existing features better upstream - vscode issue Problems and suggestions that are related to or require changes in VSCode labels Mar 31, 2017
@Krzysztof-Cieslak Krzysztof-Cieslak added up for grabs Good first issues and removed backburner - requires additional upstream functionality upstream - vscode issue Problems and suggestions that are related to or require changes in VSCode labels Jun 19, 2017
@Krzysztof-Cieslak
Copy link
Member

Krzysztof-Cieslak commented Jun 19, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Accepted suggestions that makes existing features better up for grabs Good first issues
Projects
None yet
2 participants