Quantum
Take the leap with your editor and start coding in the New Age. This Extension pack includes popular VS Code extensions for Node.js development to be used as an add-on to the Quantum Extension pack or by itself.
What's in the Box
Node.js Extension Pack
Settings.JSON
Feel free to use these as a base to get started customizing your editor.
{
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.formatOnSave": false,
"editor.minimap.enabled": false,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.scpt": "shellscript"
},
"git.autoStash": true,
"git.confirmForcePush": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"terminal.integrated.rendererType": "dom",
"terminal.integrated.shell.osx": "/bin/zsh",
"window.zoomLevel": 0,
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "readme",
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
Enjoy!