File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 44 " esbenp.prettier-vscode" ,
55 " sumneko.lua" ,
66 " nvarner.typst-lsp" ,
7- " Posit.air-vscode"
7+ " Posit.air-vscode" ,
8+ " charliermarsh.ruff"
89 ]
910}
Original file line number Diff line number Diff line change 22 "[typescript]" : {
33 "editor.defaultFormatter" : " denoland.vscode-deno"
44 },
5+ "notebook.formatOnSave.enabled" : true ,
6+ "notebook.codeActionsOnSave" : {
7+ "notebook.source.organizeImports" : " explicit"
8+ }
9+ "[python]" : {
10+ "editor.formatOnSave" : true ,
11+ "editor.defaultFormatter" : " charliermarsh.ruff" ,
12+ "editor.codeActionsOnSave" : {
13+ "source.organizeImports" : " explicit"
14+ }
15+ },
516 "[r]" : {
617 "editor.formatOnSave" : true ,
718 "editor.defaultFormatter" : " Posit.air-vscode"
Original file line number Diff line number Diff line change 3737 "deno.inlayHints.variableTypes.enabled" : false ,
3838 "deno.inlayHints.variableTypes.suppressWhenTypeMatchesName" : false
3939 },
40- "typst-lsp.exportPdf" : " never"
40+ "typst-lsp.exportPdf" : " never" ,
41+ "notebook.formatOnSave.enabled" : true
4142}
You can’t perform that action at this time.
0 commit comments