Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
spywhere opened this issue Apr 12, 2017 · 12 comments
Closed

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

spywhere opened this issue Apr 12, 2017 · 12 comments
Labels
editor-rendering Editor rendering issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@spywhere
Copy link
Contributor

  • 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
}
@alexdima
Copy link
Member

For certain cursor blinking styles (e.g. "editor.cursorBlinking": "expand") the cursor stops blinking after 10s of idle time. This is done to reduce CPU usage when VS Code is idle (i.e. increase battery life). Do you find this very annoying / a deal breaker ?

@alexdima alexdima added the under-discussion Issue is under discussion for relevance, priority, approach label Apr 12, 2017
@alexdima alexdima added this to the April 2017 milestone Apr 12, 2017
@spywhere
Copy link
Contributor Author

It's not a big deal but it quite annoying as I didn't expect cursor to be that way. If there's a way to configure the idle time before it stop blinking, that'd be a good option for me (at least I could give them more time before stop blinking).

@ajitid
Copy link
Contributor

ajitid commented Apr 14, 2017

for any "editor.cursorBlinking" setting except the default "blink" the cursor stops blinking. It happens in Windows 10 too!

@alexdima alexdima modified the milestones: Backlog, April 2017 Apr 27, 2017
@ScottRudiger
Copy link

For your consideration in prioritizing, I was also surprised to see the cursor stop blinking after such a short period. I downloaded VS Code today (coming from Sublime Text) and would appreciate a setting to control the cursor blinking timeout.

@notAlaanor
Copy link

I agree, if we could have an option to change this, or completely disable it, it would be appreciated.

@haudan
Copy link

haudan commented Feb 12, 2018

I very much want an option to disable the timeout as well. The cursor suddenly stopping its animation is irritating because it makes me think that the vscode window has lost focus.

@alexdima alexdima added editor-rendering Editor rendering issues feature-request Request for new features or functionality and removed under-discussion Issue is under discussion for relevance, priority, approach labels Apr 17, 2018
@alexdima alexdima changed the title Cursor stop blinking / animating after a while Certain cursor style stop blinking / animating after a while Apr 27, 2018
@alexdima alexdima removed their assignment Apr 27, 2018
@carmenbianca
Copy link

I came across this issue because of opposite behaviour: I expect "blink" to stop blinking after a certain while to preserve CPU usage.

@jmereardon17
Copy link

Any updates on this guys?

@alexdima alexdima added the *out-of-scope Posted issue is not in scope of VS Code label Oct 23, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 23, 2019

We closed this issue because we don't plan to address it in the foreseeable future. You can find more detailed information about our decision-making process here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 23, 2019
@foguel
Copy link

foguel commented Apr 10, 2020

It is very annoying, that the cursor is not blinking in VSCode after 10 sec!!

@Ernest314
Copy link

Not sure why this is marked as out-of-scope: this is clearly part of VS Code's functionality (seeing as it was originally implemented as an unlimited animation), there are people who would like the feature (both ways--always on/off), and there is no other way to do it with extensions.

@surajsharma
Copy link

surajsharma commented Mar 31, 2023

dear lord how will i ever live without this feature? its visual c++ blues all over again! :(

edit: anyone tried to read the code to find if this could be done?

edit:

Not sure why this is marked as out-of-scope: this is clearly part of VS Code's functionality (seeing as it was originally implemented as an unlimited animation).

this, MS has failed to cater to your soul once again

no other way to do it with extensions

you sure about this? seems trivial even with electron, why/how did you arrive at this conclusion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor-rendering Editor rendering issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests