Skip to content

Commit

Permalink
Fix #121, Keep ext recommendations on project import + added black fo…
Browse files Browse the repository at this point in the history
…rmatter

Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed Nov 12, 2024
1 parent 6113769 commit c489e3c
Show file tree
Hide file tree
Showing 4 changed files with 908 additions and 608 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recommendations": [
"dbaeumer.vscode-eslint",
"paulober.rollup-problem-matcher",
"arcanis.vscode-zipfs"
"arcanis.vscode-zipfs",
"ms-python.black-formatter"
]
}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
// yarn pnp vscode config
"eslint.nodePath": ".yarn/sdks",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
"typescript.enablePromptUseWorkspaceTsdk": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}
Loading

0 comments on commit c489e3c

Please sign in to comment.