Visual Studio Code
Jump to navigation
Jump to search
Notes
Press Ctrl + , to open settings.js.
Press Ctrl + P to search for a file.
Press Ctrl + Shift + P to bring up the Command Palette.
Settings
2024-01-30 jj5 - my settings file looks like this at the moment:
{
"workbench.colorTheme": "Visual Studio Dark",
"editor.tabSize": 2,
"editor.stickyTabStops": true,
"editor.detectIndentation": false,
"explorer.confirmDragAndDrop": false,
"files.autoSave": "onFocusChange",
"workbench.tree.indent": 16,
"explorer.confirmDelete": false,
"editor.autoIndent": "brackets",
"editor.rulers": [
125
],
"workbench.colorCustomizations": {
"editorRuler.foreground": "#ff0000"
}
}