You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open VSC SAS Extension base on Main branch. Code block folding does not work well if a code block starts right after the end of the previous one .
Steps to reproduce
1.Open VSC and new a .sas file
2.Type code
3.Fold code blocks
SAS code (if applicable)
datapopstate;
setpf70pm70pf80pm80;
label pop= 'Census Population In Millions';
title'The SAS System';datapopstate;
setpf70pm70pf80pm80;
label pop= 'Census Population In Millions';
title'The SAS System';datapopstate;
setpf70pm70pf80pm80;
label pop= 'Census Population In Millions';
title'The SAS System';
Expected behavior
The second data block can be folded successfully
Screenshots
Client OS
No response
Extension version
1.14.0
SAS version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Open VSC SAS Extension base on Main branch. Code block folding does not work well if a code block starts right after the end of the previous one .
Steps to reproduce
1.Open VSC and new a .sas file
2.Type code
3.Fold code blocks
SAS code (if applicable)
Expected behavior
The second data block can be folded successfully
Screenshots
Client OS
No response
Extension version
1.14.0
SAS version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: