-
Notifications
You must be signed in to change notification settings - Fork 1.7k
#pragma once #886
Copy link
Copy link
Closed
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Metadata
Metadata
Assignees
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This may seem like small issue but considering it is first impression a modern C++ programmer might face when starting vscode I think it important.
If you create new file, save as main.h and type the line #pragma once followed by enter key, the autocomplete butchers said code inserting unhelpful _flag suffix turning the code to garbage,