Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- GlobalInterprintLock
- python
- ProxyServer
- typevar
- restfulapi
- httppretty
- 독후감
- flake8
- 코로나백신
- pyenv
- goalng
- codewars
- organizeImports
- printer_helper
- opensouce
- loadimpact
- Lint
- conf
- 글쓰기가필요하지않은인생은없다
- 유닉스의탄생
- Golang
- vscode
- 오큘러스퀘스트2
- Algorithm
- maxlinelength
- pep8
- codewar
- springboot
- 규칙없음
- 조엘온소프트웨어
Archives
- Today
- Total
일상적 이야기들.
Vscode Setting 정보 본문
{
"window.zoomLevel": 1,
"workbench.colorTheme": "One Dark Pro",
"workbench.editorAssociations": [
{
"viewType": "jupyter.notebook.ipynb",
"filenamePattern": "*.ipynb"
}
],
"workbench.iconTheme": "vscode-icons",
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"editor.renderIndentGuides": true,
"window.title": "${activeEditorMedium}${separator}${rootName}",
"editor.minimap.enabled": false,
"editor.fontFamily": "Monaco",
"editor.rulers": [80]
}'프로그래밍 > PYTHON' 카테고리의 다른 글
| GIL 에 대해서 이야기를 해보자. (0) | 2021.08.05 |
|---|---|
| flake8과 black의 조합. (0) | 2021.07.04 |
| Mac - Bigsur 에서 pyenv 문제 (0) | 2021.01.03 |
| [TIL] Pytest - mock server 구축 (0) | 2020.09.23 |
| [TIL] vscode - organizeImports 설정 (0) | 2020.09.17 |
Comments