We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f36e1 commit 0d0523aCopy full SHA for 0d0523a
source/ide/vscode-plugin-for-python.md
@@ -15,7 +15,7 @@ Python 開発に便利な拡張機能は様々なものが存在しますが、
15
- 主要なフレームワーク向けのデバッグ設定の利用
16
- コードチェックツールの実行
17
- テストコード実行
18
-- デバッグや
+- デバッグ
19
- VS Code 内での Jupyter Notebook の実行
20
21
また、拡張機能「Python」を追加すると「[Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter)」「[Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)」という拡張機能も同時に追加されます。これらも「Python」同様に Python のコードを書く際に強力な支援が受けられるようになるものです。
@@ -39,7 +39,7 @@ _拡張機能「Python」をインストール_
39
40
拡張機能「Python」と、それに関連する「Jupyter」「Pylance」等の拡張機能も同時に追加されます。
41
42
-
+
43
_「Python」が追加出来た状態の拡張機能一覧_
44
45
以上で拡張機能「Python」の追加は完了です。
0 commit comments