0

VS code capture image

As shown in the capture image(with red arrow in the image), I want to adjust the height of each Azure service. Please let me know how to do this. Thanks.

SiG Kim
  • 5
  • 3

1 Answers1

0

I want to adjust the height of each Azure service. Please let me know how to do this

There is such limitation in VS CODE to minimize and maximize up to certain level the Side bar Azure services ,

To do that you can do the below steps:

  • Hide your azure service below which you want to adjust as shown

enter image description here

  • Drag down the line which is up in the LOGIC APPS (STANDARD) as shown : enter image description here

Drag down according to your requirement enter image description here

To know more about configuration in VS CODE please refer the below links :

. SO THREAD - # How can I customize the tab-to-space conversion factor?

VS CODE Blog : User and Workspace Settings

UPDATE:

Please make sure that you have update your VS Code version to 1.62.3 and then try. also check my settings.json file . Go to settings if you haven't update you will get an option called restart to update instead of Check for update . enter image description here enter image description here

AjayKumarGhose
  • 4,257
  • 2
  • 4
  • 15
  • [AjayKumarGhose-MT]It does NOT work for me. For me, up-down arrow as shown in your second & third captured image does NOT appear. I think there would be some settings for activating(or enabling) the up/down arrow. Could you upload your settings.json file? Thanks. – SiG Kim Nov 30 '21 at 02:31
  • Thanks @SiG Kim I have updated the answer, If its helpful could you please mark it as an answer so that it will beneficial to other community members for similar issue .Thanks:) – AjayKumarGhose Nov 30 '21 at 05:32
  • It is very weird. I just copied your json file. But it didn't work. After "check for updates", "There are currently no updates available" messages appeared. But like charming, it WORKED!! Thanks @AjayKumarGhose-MT. – SiG Kim Nov 30 '21 at 10:47
  • Thanks @SiG Kim Glad to be of help :) . – AjayKumarGhose Nov 30 '21 at 10:58