Skip to content
Snippets Groups Projects

Resolve "Implement "suggested content" on material page"

Open Xia, Ning requested to merge 10-implement-suggested-content-on-material-page into dev
Files
16
+ 19
0
{
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.formatOnSave": true,
"editor.rulers": [
88
],
"editor.renderWhitespace": "trailing",
"editor.codeActionsOnSave": {
"source.organizeImports.ruff": "explicit"
}
},
"python.testing.pytestArgs": [
"tests",
"-s"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
\ No newline at end of file
Loading