{
"Name": "gjx",
"Age": 20,
"Gender": "Male",
"School": "UESTC",
"Major": "Software Engineering",
"Home": "TsingTao, Shandong, CN",
}
Highlights
Pinned Loading
-
-
VSCode Extensions
VSCode Extensions 1# Using Nushell
2# Save the list of extensions to a file
3code --list-extensions | save extensions.txt
4# Install the extensions from the file
5open extensions.txt | lines | each { |ext| code --install-extension $ext }
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.