Ionide-vscode-fsharp: Option to disable touchbar integration

Created on 5 Nov 2018  路  3Comments  路  Source: ionide/ionide-vscode-fsharp

When coding, I want to use another extension which extends the touchbar, but in F# projects Ionide also extends the touchbar. These extensions seem to conflict.

I can't find any option to disable the touchbar integration of Ionide. Am I missing something?

enhancement

Most helpful comment

Boolean settings can be directly referenced in when clauses so something like "when": "config.fsharp.showTouchBarIcons" along with the corresponding setting should work.

If anyone want to donate a Macbook with touchbar I can PR the change XD

All 3 comments

@vbfox, could this be done with the set context trick?

Boolean settings can be directly referenced in when clauses so something like "when": "config.fsharp.showTouchBarIcons" along with the corresponding setting should work.

If anyone want to donate a Macbook with touchbar I can PR the change XD

Fixed by bcdb3a00316358d9b1e646951581f3e7c2a5baf0

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cartermp picture cartermp  路  4Comments

Agaspher20 picture Agaspher20  路  4Comments

sergey-tihon picture sergey-tihon  路  6Comments

landy picture landy  路  5Comments

vasily-kirichenko picture vasily-kirichenko  路  6Comments