VSCode Version: latest Steps to Reproduce: Enable line wrapping Go to a wrapped line Run the expandLineSelection command e.g. cmd+i Expected: all lines in the wrapped line will be selected Actual: only the current line of the wrapped lin...
Font: Cascadia Code (https://github.com/microsoft/cascadia-code/releases/tag/v2407.24) Repro: Type the following `echo ===<<' Move the cursor to the beginning using key board. Cursor disappears, keep moving When you reach the beginning cursor re-appears selecting the whole ligature Continue ...
(I'm from VSCode, this operation is treated as paragraph in VSCode) kakoune/contrib/TRAMPOLINE Lines 93 to 108 in f3cb2e4 In order to move the cursor to a specific word, the search command is the way to go. This functionality allows .---, the user to jump to the next ...
Describe the bug I can't debug my Flutter app using VSCode anymore. When I start VSCode, it shows 'No Device' in the bottom right corner and interacting with it does not give me any options for devices. Trying to run a debug session with...
When I place the cursor before a variable, in my case c, and press cmd+D for "Adding the selection to next find match", it should only select the occurrences of that variable. It should be "Whole Word" and "Match the case". But it select...
I deleted the whole $HOME/.vscode I deleted the whole $HOME/.config/Code/ I also have the manual shell integration in place venv does not activate on my manjaro system for zsh vscode-python#22899 since I was also affected by venvs not activating... After restarting vscode everything now...
{//...} })//Sessions provide these endpoints for external consumers:/*1.*/aceJumpSession.markResults(sortedSetOf(/*...*/))//Pass a set of offsets/*2.*/aceJumpSession.startRegexSearch("[aeiou]+",WHOLE_FILE)//Search for regex/*3.*/aceJumpSession.startRegexSearch(ALL_WORDS,VISIBLE_ON...
textmarker.enableWholeMatch (default: false) Enable whole match mode on startup textmarker.useHighlightColorOnRuler (default: true) Use the same colour for both highlighting a text and showing the location on the ruler. If you have multiple highlights on the same line and their colours have ...
So, I removed vscode, all extensions, and all user specific settings. After re-installing, I realized that this whole issue may have been a PEBCAK all along - or something changed when I reinstalled everything. When I click to select my python interpreter, I first have to select the ...
VSCode Version: 1.3.0-insider OS Version: OS X 10.11 Steps to Reproduce: Open a file with changes in inline diff mode Try to select the red (deleted) lines (You can't) You can select them normally in the side-by-side. Being able to do so is useful to restore/revert small pieces ...