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

Terminal section has new section which consumes space. #121566

Closed
nippyin opened this issue Apr 18, 2021 · 3 comments
Closed

Terminal section has new section which consumes space. #121566

nippyin opened this issue Apr 18, 2021 · 3 comments
Assignees

Comments

@nippyin
Copy link

nippyin commented Apr 18, 2021

Issue Type: Performance Issue

Terminal section has new section to left which gives all terminals active and option to add new or rename. How do i get rid of it?

VS Code version: Code - Insiders 1.56.0-insider (ce791d2, 2021-04-16T11:23:31.851Z)
OS version: Darwin x64 20.3.0

System Info
Item Value
CPUs Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2600)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 2, 2, 2
Memory (System) 16.00GB (0.16GB free)
Process Argv
Screen Reader no
VM 0%
Process Info
CPU %	Mem MB	   PID	Process
   19	   131	 51337	code-insiders main
    0	    49	 51345	   gpu-process
    0	    16	 51347	   utility
    0	    82	 51371	   shared-process
    0	    16	 51374	     ptyHost
    0	     0	 52315	       /bin/zsh -l
    0	     0	 52342	     /bin/ps -ax -o pid=,ppid=,pcpu=,pmem=,command=
    0	   246	 52286	   window (Untitled-1)
    1	   131	 52287	     extensionHost
    0	    49	 52340	   window (Issue Reporter)
Workspace Info
;
Extensions (37)
Extension Author (truncated) Version
azurepolicyextension Azu 0.1.1
path-intellisense chr 2.3.0
bracket-pair-colorizer-2 Coe 0.2.0
ansible-vault dho 0.1.3
xml Dot 2.5.1
LogFileHighlighter emi 2.11.0
opensslutils ffa 1.1.1
gc-excelviewer Gra 3.0.41
ansible haa 0.2.8
terraform has 2.10.0
vscode-drawio hed 1.4.0
rest-client hum 0.24.5
rainbow-csv mec 1.8.1
vscode-azurefunctions ms- 1.3.0
vscode-azureresourcegroups ms- 0.3.0
vscode-azurestorage ms- 0.12.0
vscode-azureterraform ms- 0.3.2
vscode-azurevirtualmachines ms- 0.3.0
vscode-docker ms- 1.12.1
vscode-dotnet-runtime ms- 1.0.0
python ms- 2021.3.680753044
vscode-pylance ms- 2021.4.1
jupyter ms- 2021.6.755784270
remote-containers ms- 0.168.0
remote-ssh ms- 0.65.3
remote-ssh-edit ms- 0.65.3
remote-wsl ms- 0.56.0
vscode-remote-extensionpack ms- 0.20.0
azure-account ms- 0.9.8
azurecli ms- 0.5.0
powershell-preview ms- 2021.4.1
azurerm-vscode-tools msa 0.15.1
material-icon-theme PKi 4.6.0
code-settings-sync Sha 3.4.3
vscode-autohide sir 1.0.7
best-light-themes-pack the 1.0.2
material-theme zhu 3.10.13

(2 theme extensions excluded)

@nippyin
Copy link
Author

nippyin commented Apr 18, 2021


Screen Shot 2021-04-17 at 11 52 41 PM

@gjsjohnmurray
Copy link
Contributor

This is where the upcoming tabs feature renders. It's an alternative to the dropdown in the panel titlebar (observe that's absent in the screenshot above), and it's turned on by default in Insiders.

That vertical line is draggable, so you can make the tabs take up less space.

Switch them off off in Settings:

"terminal.integrated.showTabs": false

@nippyin
Copy link
Author

nippyin commented Apr 18, 2021

Thank you very much, I missed this settings when I was checking in config.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants