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
There is a bug when attempting to discard changes in the scm-view for a file that is newly created.
command.ts:340 Uncaught (in promise) Error: The command 'file.delete' cannot be executed. There are no active handlers available for the command.
at CommandRegistry.executeCommand (command.ts:340:29)
at discardSingle (git-scm-provider.ts:401:45)
at git-scm-provider.ts:404:24
at Array.map (<anonymous>)
at GitScmProvider.discard (git-scm-provider.ts:392:19)
at async ProgressService.withProgress (progress-service.ts:77:20)
at async CommandRegistry.executeCommand (command.ts:336:28)
Steps to Reproduce:
start the application with a workspace under version control (ex: theia)
create a new file (ex: touch a.txt)
open the scm-view and attempt to discard the file using the discard changes toolbar item
The text was updated successfully, but these errors were encountered:
Bug Description:
There is a bug when attempting to discard changes in the
scm-view
for a file that is newly created.Steps to Reproduce:
scm-view
and attempt to discard the file using thediscard changes
toolbar itemThe text was updated successfully, but these errors were encountered: