Skip to content

Commit

Permalink
Add autodocstring package
Browse files Browse the repository at this point in the history
  • Loading branch information
gothicVI committed Jul 18, 2023
1 parent f103e56 commit d6f791f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ codium --install-extension ms-toolsai.jupyter-renderers
codium --install-extension ms-toolsai.vscode-jupyter-cell-tags
codium --install-extension ms-toolsai.vscode-jupyter-slideshow
codium --install-extension ms-vscode.cpptools
codium --install-extension njpwerner.autodocstring
codium --install-extension tht13.python
codium --install-extension timonwong.shellcheck
codium --install-extension vscodevim.vim
```
Expand Down
3 changes: 2 additions & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@
"<C-c>": false,
"<C-f>": false,
"<C-x>": false
}
},
"autoDocstring.docstringFormat": "numpy",
}

0 comments on commit d6f791f

Please sign in to comment.