﻿@echo off
if not exist "%userprofile%\.vscode\extensions\" Goto NOTEXIST
:NOTEXIST
Xcopy C:\ProgramData\vscode\extensions\ %userprofile%\.vscode\extensions\ /E /H /C /I /Y
Else :END
exit