Install this syntax theme from the Marketplace.
Below you can find a few recommendations for your settings.json
to match the CodeSandbox experience even closer in your Visual Studio Code:
{
"editor.fontSize": 14,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true
}
You can download the Fira Code font from GitHub.
Did you know you can get the entire power of CodeSandbox right in your editor, not just the theme? Check out the CodeSandbox Projects extension for Visual Studio Code to enable features like live following, collaborative tasks and terminals, enhanced Git workflow, and so much more!
Found an issue? Would like to propose an improvement? Please follow our Contribution guidelines to make those changes happen. Thank you!