-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
F# activity is always added to the activity bar #802
Comments
Cc: @vbfox |
Yes, there is no way to remove them in code, it must be done manually. Right click on the activity bar and uncheck F# vscode will remember your preference. Suggestions on how vscode could solve this are tracked by the following issues in vscode repo : |
Having the same problem here, I tried this "FSharp.enableTreeView": false, but did not work |
@mrkaspa : Set
In settings then reload the window, right click on the F# icon on the left and select "Hide". |
@vbfox it works the first time then I tried another project and made "code ." inside the folder through the cmd and the fsharp icon came back again, I have to this on each project I have |
@mrkaspa I re-tested it and it works for me, I had a single vscode instance, changed the activity to hidden and closed vscode. Now whenever I start it via the command line or the shell it's kept hidden. If you it doesn't work for you it might be a vscode bug, maybe raise it on their repo. |
@vbfox seems to work after updating the vscode |
For now, I'd prefer to use the project explorer in the explorer activity, but even when setting
"FSharp.showProjectExplorerIn": "explorer"
, the activity is added to the activity bar. I have also set"FSharp.codeOutline": false
, because I use another extension for code outlines, but even with"FSharp.showCodeOutlineIn": "explorer"
, the F# activity is always added.The text was updated successfully, but these errors were encountered: