VSCodeVim/Vim

Editor is undefined

Open

#3 033 ouverte le 7 sept. 2018

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)TypeScript (1 271 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (12 664 stars)
Métriques de merge PR
 (Merge moyen 9j 13h) (7 PRs mergées en 30 j)

Description

Describe the bug The property 'editor' can be undefined (see Screenshots section).

To Reproduce Steps to reproduce the behavior:

  1. Start VSCode
  2. Check Breakpoints > Promise Rejects and Breakpoints > Uncaught Exceptions
  3. Start my extension in debug mode (Debugger > Launch client). I believe, that can be reproduced with any extension, though it happened to me during development of mine plugin.
  4. If any file is opened after start, close all of them and start again.

Expected behavior The absence of the error.

Screenshots debugger

Environment (please complete the following information):

  • Extension (VsCodeVim) version: 0.16.3
  • VSCode version: 1.27.1
  • OS: Ubuntu 16.04

Additional context

Guide contributeur