You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to add support for the file/newFile menu path which extension authors can reference when declaring their menu contributions.
The New File item in the File menu and Get Started page - file/newFile
Additional Information
The vscode.ipynb for reference makes use of the menu path:
2023-07-25T18:49:43.379Z root WARN Failed to register a menu item for plugin vscode.ipynb contributed to file/newFile {command: 'ipynb.newUntitledIpynb', submenu: undefined, alt: undefined, group: 'notebook', when: undefined} Error: Could not find submenu with id file/newFile
at MenuModelRegistry.getMenuNode (http://localhost:3000/bundle.js:147792:23)
at http://localhost:3000/packages_plugin-ext_lib_hosted_browser_hosted-plugin_js.js:5826:66
at Array.forEach (<anonymous>)
at MenusContributionPointHandler.handle (http://localhost:3000/packages_plugin-ext_lib_hosted_browser_hosted-plugin_js.js:5820:37)
at http://localhost:3000/packages_plugin-ext_lib_hosted_browser_hosted-plugin_js.js:6563:71
at pushContribution (http://localhost:3000/packages_plugin-ext_lib_hosted_browser_hosted-plugin_js.js:6458:32)
at PluginContributionHandler.handleContributions (http://localhost:3000/packages_plugin-ext_lib_hosted_browser_hosted-plugin_js.js:6563:9)
at HostedPluginSupport.loadContributions (http://localhost:3000/packages_plugin-ext_lib_hosted_browser_hosted-plugin_js.js:577:61)
at HostedPluginSupport.doLoad (http://localhost:3000/packages_plugin-ext_lib_hosted_browser_hosted-plugin_js.js:488:42)
at async ProgressService.withProgress (http://localhost:3000/bundle.js:151138:20)
The text was updated successfully, but these errors were encountered:
Feature Description:
The goal is to add support for the
file/newFile
menu path which extension authors can reference when declaring their menu contributions.Additional Information
The
vscode.ipynb
for reference makes use of the menu path:The text was updated successfully, but these errors were encountered: