Skip to content

Empty file isn't editable #26279

@azorath

Description

@azorath
  • VSCode Version: Visual Code Insiders v1.13.0
  • OS Version: macOS Sierra 10.12.4
  • Settings:
{
    "editor.rulers": [
        120
    ],
    "editor.fontLigatures": true,
    "files.trimTrailingWhitespace": true,
    "editor.renderLineHighlight": "gutter",
    "workbench.colorTheme": "Monokai",
    "workbench.statusBar.visible": true,
    "window.zoomLevel": -1,
    "window.reopenFolders": "all",
    "workbench.iconTheme": "vs-seti",
    "terminal.integrated.fontSize": 10,
    "editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
    "editor.fontSize": 14.4,
    "workbench.activityBar.visible": true,
    "git.confirmSync": false,
    "files.insertFinalNewline": true,
    "files.associations": {
        "*.hamlc": "haml",
        "*.scss.erb": "scss"
    },
    "editor.matchBrackets": false,
    "editor.occurrencesHighlight": false,
    "editor.renderWhitespace": "none"
}

Steps to Reproduce:

  1. Create a new file (File > New File) OR open existing file and delete all content
  2. try to type
  3. typing doesn't work until min. 1 character or line break is pasted

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugeditor-inputEditor text inputverifiedVerification succeededzoomVS Code window zoom issues

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions