Open2

Windows,Rust,VSCodeで開発環境を作ったんだけど

月明たばね月明たばね

開発環境構築

https://learn.microsoft.com/ja-jp/windows/dev-environment/rust/setup
https://developer.mamezou-tech.com/blogs/2023/02/12/using-rust-01/

CodeLLDBのエラー

実害はなく正常にデバッグ実行できるけど、
デバッグするたびにメッセージが表示されるため、非常に気になる。

Could not initialize Python interpreter - some features will be unavailable (e.g. debug visualizers).


対処法が見つからない

調べてみたが、Windowsでの対処法が出てこない。
VSCodeのsettings.json"lldb.libpython"を追記するとあるけど、
CodeLLDB 拡張機能のパラメータに存在しない。古い対処法っぽい。
https://github.com/vadimcn/vscode-lldb/issues/269
https://qiita.com/ryosukeeeee/items/81d2835c220bbf9d2acd
https://qiita.com/satosisotas/items/57db795719aebd7884e5
https://scrapbox.io/rinsuki/macOS_で_CodeLLDB_に_Python_がダメと言われる

Pythonが原因?

RustをデバッグするのにPythonが必要なのは不思議なんですが、必要らしい。
MinicondaのPythonを使ってるからダメなのかな。
https://qiita.com/yumetodo/items/4b0a095abb60c77d0ab8