VSCode documentation says that region folding is supported for F# files using //#region and //#endregion. These marks seem to work correctly for a *.fs file outside of an F# project (there is a fold icon in the gutter which collapses and expands the region). However, when adding the file to a project (with Ionide enabled), the marks cease to work (there is no icon in the gutter). Please consider adding support for these region markers.
VSCode documentation says that region folding is supported for F# files using
//#regionand//#endregion. These marks seem to work correctly for a *.fs file outside of an F# project (there is a fold icon in the gutter which collapses and expands the region). However, when adding the file to a project (with Ionide enabled), the marks cease to work (there is no icon in the gutter). Please consider adding support for these region markers.