-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Clean up the command palette. #11259
Conversation
Do we need to file another issue to address anything else or is this good enough for now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regexes are fun!
/^(cuda-cpp|c|cpp)$/
might be a bit more readable but I'm not sure that it makes a differnce
Sure, that seems better, I'll try that. |
I changed it to |
…crosoft/vscode-cpptools into seanmcm/cleanupCommandPalette
ola galera boa noite |
Address most of #10421 . The regex usage is based on what the TypeScript extension does (I ran across this while looking into their Extract Function support, so I decided to clean it up now).