Peng Lyu
Peng Lyu
Nice catch, if the cursor is at somewhere between first char or last char, `S` works as expected but doesn't work if it's at the beginning of the file.
Not sure for what reason cursor updating in commands which invoke `delete` no longer works, I saw this commit change https://github.com/VSCodeVim/Vim/commit/3dad7cab1d09704c85824b726d9769a71be12817#diff-7addcd1a8a241060a73b1fe4abb39960R1269 so @johnfn might have an idea about that. I...
@soumesh2002 may I ask what's the editor font you are using?
I'm seeing this again https://github.com/microsoft/vscode-jupyter/actions/runs/3046878708/jobs/4910227190
Some of the interactive window execution tests are flaky in the last week.
I'll suggest to support the output of Chrome Dev Tools JavaScript Profiling.
> VS Code already has an API to open a notebook, but I don't believe it allows programmatically scrolling to a specific cell. And then I'm not sure if it...
Other than the issue @TylerLeonhardt described above, it works as expected. @sandy081 do you think we can document this and extension authors can rely on this behavior in their release...
@eamodio this is particularly for releasing features using latest proposed in Insiders, it's different from "beta" as that's talking about shipping extension specific preview features (not necessarily limited by vscode...
I just verified that the extension update flow works exactly as described above, thanks @sandy081 for confirmation, it works great. It should be the recommended solution for extensions who want...