Categorie

Archivio Articoli

Categorie

Commenti recenti

Visual Studio Code Tricks

Different Zoom for every instance

Go to File -> Preferences -> Settings -> Workspace and check the entry Editor: Mouse Wheel Zoom or set "editor.mouseWheelZoom": true

Format code on saving

Go to File -> Preferences -> Settings -> Workspace and check the entry Editor: Format on Save

Undescore not visible on integrated terminal

Change the terminal font size: "terminal.integrated.fontSize": 13

Use a specific version of an extension

In my case for a bug I want to use rust-analyzer 0.2.694 (the current is 0.2.702 but it gives me some trouble) by matkland

Sources:

Or simply:

  • Click on the settings of the installed extension (gear icon)
  • Click on Install another version
  • Choose the version that you need

Profiles

// TODO
Profiles: https://dev.to/jsjoeio/how-to-create-code-profiles-in-vscode-3ofo