strange % mark in every line of integrated terminal in VScode - visual-studio-code

VSCode Version: 1.21.1
OS Version: Windows 7
hi all :
I am using zsh (using babun) as my terminal ( i'm using windows 7) and it's working
great but in vscode a strange "%" character appear before every line as in picture ... anybody know how to remove it?

Related

VS_Code : Shell Integration Failed To Activate

When i hover on my vscode terminal name: (in terminal's upper right corner named "Powershell")
it shows : shell intergartion failed to activate,
how to solve this error, while
I tried installing vs code again but still no change, and also installed powershell 7
There are a few potential solutions for this issue.
Make sure that you have the latest version of VS Code and the Shell Integrate extension installed.
Check that the integrated terminal in VS Code is set to the shell you want to use (e.g. PowerShell, Command Prompt, Bash).
Try running VS Code as an administrator.
If you are using Windows, try adding the path of the shell you want to use (e.g. C:\Windows\System32\bash.exe) to the "terminal.integrated.shell.windows" setting in your VS Code settings.
You can also try reinstalling vscode and the extension.
If none of the above solutions work, you can try searching for specific error messages in the output panel of vscode or in the output of the terminal.

How to enable middle-mouse-button-click to paste selected text in vscode's terminal?

I have to use VSCode on Windows and when I open a bash terminal in VSCode, I can select text and paste it with a right-mouse-button-click.
I would like to change that to the middle-mouse-button-click just like it works on macos and Linux.
Is there a way to set VSCode/Codium like that?
The same problem (no middle-click paste) occurs when using VSCode on macos, opening a zsh terminal.
I am using VSCodium version 1.61.2
You should make a feature request at https://github.com/microsoft/vscode/issues.
Because this code checks for isLinux and ignores isMacintosh.

Visual Studio code after Update to 1.60.0 Integrated Terminal Issue (CWD)

After an update to version 1.60.0 the integrated terminal that I use by default (WSL Ubuntu 20) gives problems.
If I set WSL as the default Terminal, the right terminal (WSL Ubuntu) is started only if I click on "Open new Terminal".
If I close VSL and reopen it, a power shell is automatically launched.
If I use the function on an file: "open in integrated Terminal" a power shell is always launched, VSL seems to ignore the CWD parameter:
terminal.integrated.cwd ":" $ {fileDirname} for WSL-Ubuntu.
This is due to a regression introduced in 1.60.0 and fixed in 1.60.1, which has just been released (see the updated release note).
So you just have to update VS Code to the latest version.

Visual Studio Code can't run in Ubuntu 18.04

I have been using VSCode for a while and never had any big problem with it. Today I tried to start my VSCode from left taskbar on my Ubuntu 18.04 and it not showing up. Also, I tried to run in terminal as 'code .' again nothing.
VSCode version is latest 1.23.1 I tried few time today with install/remove and nothing. Somehow I am thinking maybe it something with permissions but not sure.
When click on task bar icon its shows like loading on top taskbar in ubuntu 18.04 for a few seconds and stops.
Also when tried to run in terminal as:
$ code . --verbose
[15027:0603/191139.702752:ERROR:browser_main_loop.cc(279)] Gtk: Locale not supported by C library.
Using the fallback 'C' locale.
[15027:0603/191139.809312:ERROR:browser_main_loop.cc(279)] Gtk: GModule (/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so) initialization check failed: GLib version too old (micro mismatch)
[15027:0603/191139.809326:ERROR:browser_main_loop.cc(279)] Gtk: Loading IM context type 'ibus' failed
pcilib: Cannot open /sys/bus/pci/devices/0000:07:00.0/resource: No such file or directory
just getting an error, but not sure is this error connected with problem I did some investigation and Gtk is already installed and works well on my OS.
Fixed it with "delete the /home/user/.config/Code folder"
https://github.com/Microsoft/vscode/issues/55774#issuecomment-412774473

PyDev: execute line in interactive console (f2) does not work

After updating to pydev version 6.3.3 (by reinstalling LiClipse) the
F2 shortcut does not work properly. Althought I can start the interactive console with the shortcut, it is not possible to send the lines to the console by F2. Ctrl+Alt+Enter works, but F2 does not.
Restarting Liclipse like proposed here does not work...PyDev doesn't execute shortcut to send current line to console
At the end the only way to fix the problem was downgrading to PyDev 6.2 (by copying manually to the eclipse/dropins folder). This made it necessary to downgrade matplotlib to 2.1.2 and ipython to 5.4.1 (python 2.7)....