Skip to content

Certain cursor style stop blinking / animating after a while #24565

@spywhere

Description

@spywhere
  • VSCode Version: 1.11.1 (1.11.1) d9484d1
  • OS Version: macOS Sierra 10.12.4 (16E195)

Steps to Reproduce

  • VSCode has run with --disable-extensions
  • VSCode still has the following user's configurations applied
// Place your settings in this file to overwrite the default settings
{
    "editor.roundedSelection": false,
    "editor.scrollBeyondLastLine": false,
    "editor.hideCursorInOverviewRuler": true,
    "editor.renderWhitespace": "all",
    "editor.rulers": [80],
    "editor.cursorBlinking": "expand",
    "editor.emptySelectionClipboard": false,
    "editor.renderLineHighlight": "gutter",
    "editor.minimap.enabled": false,
    "editor.minimap.renderCharacters": false,

    "workbench.activityBar.visible": false,
    "workbench.iconTheme": "vs-nomo-dark",
    
    "files.insertFinalNewline": true,
    
    "explorer.openEditors.visible": 0,
    
    "terminal.external.osxExec": "iTerm.app",
    "terminal.integrated.fontFamily": "Meslo LG S for Powerline",
    "terminal.integrated.fontSize": 10,

    "window.reopenFolders": "all",

    "python.linting.pylintEnabled": false,
    "python.linting.pep8Enabled": true,
    
    "extensions.autoUpdate": true,
    "diffEditor.renderSideBySide": false,
    "files.exclude": {
        "**/.git": true,
        "**/.svn": true,
        "**/.hg": true,
        "**/.DS_Store": true,
        "**/__pycache__/**": true
    },
    "window.zoomLevel": 0
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    *out-of-scopePosted issue is not in scope of VS Codeeditor-renderingEditor rendering issuesfeature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions