Skip to content

Instantly share code, notes, and snippets.

View pasokoner's full-sized avatar
🖼️

John Carlo Asilo pasokoner

🖼️
View GitHub Profile
@pasokoner
pasokoner / user.json
Created March 6, 2024 03:11
Vscode user settings
{
"explorer.confirmDragAndDrop": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[search-result]": {
"editor.lineNumbers": "off"
},
"workbench.editorAssociations": {
"*.ipynb": "jupyter.notebook.ipynb"
},
"html.format.templating": true,