We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6c1da4 + 3e65c0c commit 6fc7710Copy full SHA for 6fc7710
1 file changed
src/vs/workbench/parts/git/browser/gitActions.ts
@@ -166,7 +166,7 @@ export class OpenFileAction extends GitAction {
166
}
167
168
if (OpenFileAction.DELETED_STATES.indexOf(status.getStatus()) > -1) {
169
- return Promise.wrapError(new Error('Can\'t open file which is has been deleted.'));
+ return Promise.wrapError(new Error('Can\'t open file which has been deleted.'));
170
171
172
const resource = URI.file(paths.join(this.gitService.getModel().getRepositoryRoot(), this.getPath(status)));
0 commit comments