Skip to content

Commit c489e3c

Browse files
committed
Fix #121, Keep ext recommendations on project import + added black formatter
Signed-off-by: paulober <[email protected]>
1 parent 6113769 commit c489e3c

File tree

4 files changed

+908
-608
lines changed

4 files changed

+908
-608
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"recommendations": [
33
"dbaeumer.vscode-eslint",
44
"paulober.rollup-problem-matcher",
5-
"arcanis.vscode-zipfs"
5+
"arcanis.vscode-zipfs",
6+
"ms-python.black-formatter"
67
]
78
}

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
// yarn pnp vscode config
2626
"eslint.nodePath": ".yarn/sdks",
2727
"typescript.tsdk": ".yarn/sdks/typescript/lib",
28-
"typescript.enablePromptUseWorkspaceTsdk": true
28+
"typescript.enablePromptUseWorkspaceTsdk": true,
29+
"[python]": {
30+
"editor.defaultFormatter": "ms-python.black-formatter"
31+
}
2932
}

0 commit comments

Comments
 (0)