Files

15 lines
414 B
JSON
Raw Permalink Normal View History

2026-01-18 14:32:49 +03:30
{
2026-01-26 15:22:33 +03:30
"workbench.editor.enablePreviewFromCodeNavigation": true,
"launch": {
"configurations": [],
"compounds": []
},
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
"editor.formatOnSave": true,
"notebook.defaultFormatter": "rvest.vs-code-prettier-eslint",
"notebook.formatOnSave.enabled": true,
"[javascript]": {
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
}
2026-01-18 14:32:49 +03:30
}