简体   繁体   中英

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

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM