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

Fix: DriveSpaceFree snippet #201

Merged
merged 1 commit into from
Jul 31, 2022
Merged

Conversation

kyklish
Copy link
Contributor

@kyklish kyklish commented Jul 31, 2022

Closes #200.

Maybe it's bug in VS Code itself?

Notifying @mark-wiemer

@mark-wiemer mark-wiemer merged commit a77c5d6 into mark-wiemer-org:main Jul 31, 2022
@mark-wiemer
Copy link
Collaborator

Not a bug in VS Code. Basically our file had 4 backslashes, which ended up sending VS Code 2 backslashes, which VS Code correctly interpreted as 1 unescaped backslash in the string. That unescaped backslash, when paired with the } following it, meant the } was not interpreted as a closing brace but rather as a regular character.

Your fix is definitely the intended fix :)

@mark-wiemer mark-wiemer self-assigned this Jul 31, 2022
@mark-wiemer mark-wiemer requested review from mark-wiemer and removed request for mark-wiemer July 31, 2022 18:00
@kyklish kyklish deleted the fix-snippet branch July 31, 2022 18:22
@mark-wiemer mark-wiemer mentioned this pull request Oct 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Snippet DriveSpaceFree works wrong
2 participants