Skip to content
New issue

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

Code folding #94652

Closed
Y-A-K-E opened this issue Apr 8, 2020 · 1 comment
Closed

Code folding #94652

Y-A-K-E opened this issue Apr 8, 2020 · 1 comment
Assignees

Comments

@Y-A-K-E
Copy link

Y-A-K-E commented Apr 8, 2020

if (SPIFFS.begin())
 {
        Dir dir = SPIFFS.openDir("/");
#if defined(IS_DEBUG)
        USE_SERIAL.println("run spiffs");
#endif

        size_t ok_count = 0;
}

c or c++

#If defined(), folding will not work

@aeschli
Copy link
Contributor

aeschli commented Apr 9, 2020

duplicate of microsoft/vscode-cpptools#407

@aeschli aeschli closed this as completed Apr 9, 2020
@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants