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