Visual Studio Codeでの編集環境構築
Debug Extensionのインストール
どちらかお好みで
Debugger for Firefox - Visual Studio Marketplace
Debugger for Chrome - Visual Studio Marketplace
Pythonインストール
Windows10: Get Python 3.7 - Microsoft Store
Ubuntu: sudo apt install python3 python3-pip
mkdocsの設定ファイルを作成
Getting started - Material for MkDocsを参考に、mkdocs.yml
ファイルを作成します。
mkdocs環境の作成
まだMkDocsをインストールしていない場合は、poetryで環境を作成します。
まずは、下記のようなpyproject.toml
を作成します。
pyproject.toml
その後、下記のようなtasks.json
, launch.json
を作成してから、 Ctrl+Shift+P
からtask
と入力し、タスクの実行
を選択後、Task: setup_poetry
を実行します。
.vscode/tasks.json
.vscode/launch.json