We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: Bug
Using the Fold All Regions command does not collapse regions (it just does nothing).
Fold All Regions
#region This is a region
#endregion
The region This is a region is collapsed.
This is a region
Nothing happens.
VSCode version: 1.81.1 C# Extension: 2.0.413 Using OmniSharp: false
Runtime Environment: OS Name: manjaro OS Version: OS Platform: Linux RID: manjaro-x64 Base Path: /home/zeroskyx/Apps/dotnet/sdk/7.0.306/
Host: Version: 7.0.9 Architecture: x64 Commit: 8e9a17b221
.NET SDKs installed: 7.0.306 [/home/zeroskyx/Apps/dotnet/sdk]
.NET runtimes installed: Microsoft.AspNetCore.App 7.0.9 [/home/zeroskyx/Apps/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 7.0.9 [/home/zeroskyx/Apps/dotnet/shared/Microsoft.NETCore.App]
Other architectures found: None
Environment variables: Not set
global.json file: Not found
Learn more: https://aka.ms/dotnet/info
Download .NET: https://aka.ms/dotnet/download
Extension version: 2.0.413 VS Code version: Code 1.81.1 (6c3e3dba23e8fadc360aed75ce363ba185c49794, 2023-08-09T22:18:39.991Z) OS version: Linux x64 6.4.9-1-MANJARO Modes:
The text was updated successfully, but these errors were encountered:
We probably just have the wrong classification for some of our folding regions - first place to debug is here - https://sourceroslyn.io/#Microsoft.CodeAnalysis.LanguageServer.Protocol/Handler/FoldingRanges/FoldingRangesHandler.cs,89
Sorry, something went wrong.
akhera99
Successfully merging a pull request may close this issue.
Type: Bug
Issue Description
Using the
Fold All Regions
command does not collapse regions (it just does nothing).Steps to Reproduce
#region This is a region
and#endregion
) in a C# documentFold All Regions
Expected Behavior
The region
This is a region
is collapsed.Actual Behavior
Nothing happens.
Logs
C# log
C# LSP Trace Logs
Environment information
VSCode version: 1.81.1
C# Extension: 2.0.413
Using OmniSharp: false
Dotnet Information
.NET SDK: Version: 7.0.306 Commit: f500069cb7Runtime Environment:
OS Name: manjaro
OS Version:
OS Platform: Linux
RID: manjaro-x64
Base Path: /home/zeroskyx/Apps/dotnet/sdk/7.0.306/
Host:
Version: 7.0.9
Architecture: x64
Commit: 8e9a17b221
.NET SDKs installed:
7.0.306 [/home/zeroskyx/Apps/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 7.0.9 [/home/zeroskyx/Apps/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.9 [/home/zeroskyx/Apps/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Visual Studio Code Extensions
Extension version: 2.0.413
VS Code version: Code 1.81.1 (6c3e3dba23e8fadc360aed75ce363ba185c49794, 2023-08-09T22:18:39.991Z)
OS version: Linux x64 6.4.9-1-MANJARO
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
The text was updated successfully, but these errors were encountered: