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
LS supports folding, but we don't have any tests on that
The basic keyboard shortcuts for interacting with this in VS Code are:
Fold folds the innermost uncollapsed region at the cursor:
Ctrl + Shift + [ on Windows and Linux
⌥ + ⌘ + [ on macOS
Unfold unfolds the collapsed region at the cursor:
Ctrl + Shift + ] on Windows and Linux
⌥ + ⌘ + ] on macOS
Fold All folds all regions in the editor:
Ctrl + K, Ctrl + 0 (zero) on Windows and Linux
⌘ + K, ⌘ +0 (zero) on macOS
Unfold All unfolds all regions in the editor:
Ctrl + K, Ctrl + J on Windows and Linux
⌘ + K, ⌘ + J on macOS
This will be needed to understand what type of request needs to be sent in the tests to work
The text was updated successfully, but these errors were encountered:
LS supports folding, but we don't have any tests on that
The basic keyboard shortcuts for interacting with this in VS Code are:
This will be needed to understand what type of request needs to be sent in the tests to work
The text was updated successfully, but these errors were encountered: