Not A Subscriber?
Join thousands of people who build and refuse to get left behind. One message a week on building, using AI as an accelerator, and staying sharp in the new AI frontier.
Receive one free message a weekNovember 29, 2018 Donn Felker · updated January 21, 2020
VSCode New File Shortcut Stops Working
VS Code started reporting this error recently any time I pressed CMD+N (New File):
command '-workbench.action.files.newUntitledFile' not found
The root cause of this issue was that the Dart language plugin needed to be reloaded. I assume this might also be the case for any other language plugin that is installed. If shortcut keys stop working, try checking your plugins and reloading them.