How can I export my current VSCode configuration and import in an out of the box VSCode installation on another computer?

Viewed 3459

I just finished to establish a personal workflow in visual studio code, at home (all of it because remote work because of COVID situation) and in a couple of weeks we are going to return to the office, so, I wanted to know, how can I export all my keybindings config, terminal config etc and import it on my work visual studio code installation?

regards,

Charlie.

1 Answers

I found myself in a similar situation to the OP.

Here is a partial solution that worked for me.

See this reddit article.

I copied my vscode snippets

from: windows 10 >> C:\Users\USERNAME\AppData\Roaming\Code\User\snippets

to: Windows 11 Home Insider Edition Version 21H2 >> C:\Users\USERNAME\AppData\Roaming\Code\User\snippets

It worked great.

Related