We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The "Copy #include file" action button should copy #include "<filename>"/n to the clip board.
#include "<filename>"/n
It should be on components that provide header files and header files in the CMSIS View as shown in this mockup.
For components:
The text was updated successfully, but these errors were encountered:
The following should appear in a command handler:
const incText = `#include "${path.basename(uri.fsPath)}"`; await vscode.env.clipboard.writeText(incText)
Sorry, something went wrong.
This functionality will come later after refactoring CMSIS View #193 Refactor CMSIS View
mguzmanm
No branches or pull requests
The "Copy #include file" action button should copy
#include "<filename>"/n
to the clip board.It should be on components that provide header files and header files in the CMSIS View as shown in this mockup.
For components:
The text was updated successfully, but these errors were encountered: