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

F# activity is always added to the activity bar #802

Closed
inosik opened this issue May 10, 2018 · 7 comments
Closed

F# activity is always added to the activity bar #802

inosik opened this issue May 10, 2018 · 7 comments
Labels
upstream - vscode issue Problems and suggestions that are related to or require changes in VSCode

Comments

@inosik
Copy link
Contributor

inosik commented May 10, 2018

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.

@Krzysztof-Cieslak
Copy link
Member

Cc: @vbfox

@vbfox
Copy link
Contributor

vbfox commented May 10, 2018

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 :

@mrkaspa
Copy link

mrkaspa commented May 10, 2018

Having the same problem here, I tried this

"FSharp.enableTreeView": false,
"FSharp.codeOutline": false,

but did not work

@vbfox
Copy link
Contributor

vbfox commented May 10, 2018

@mrkaspa :

Set

"FSharp.showCodeOutlineIn": "explorer",
"FSharp.showProjectExplorerIn": "explorer"

In settings then reload the window, right click on the F# icon on the left and select "Hide".

@mrkaspa
Copy link

mrkaspa commented May 10, 2018

@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

@vbfox
Copy link
Contributor

vbfox commented May 11, 2018

@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.

@Krzysztof-Cieslak Krzysztof-Cieslak added the upstream - vscode issue Problems and suggestions that are related to or require changes in VSCode label May 15, 2018
@mrkaspa
Copy link

mrkaspa commented May 17, 2018

@vbfox seems to work after updating the vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream - vscode issue Problems and suggestions that are related to or require changes in VSCode
Projects
None yet
Development

No branches or pull requests

4 participants