Open
Conversation
0bd53e4 to
b9f36e1
Compare
terapyon
reviewed
Nov 6, 2021
| - 主要なフレームワーク向けのデバッグ設定の利用 | ||
| - コードチェックツールの実行 | ||
| - テストコード実行 | ||
| - デバッグや |
Contributor
Author
There was a problem hiding this comment.
これは最初1文で書いていたものをリスト化した際の消し忘れですね... 直します。
|
|
||
| 拡張機能「Python」と、それに関連する「Jupyter」「Pylance」等の拡張機能も同時に追加されます。 | ||
|
|
||
|  |
Contributor
Author
There was a problem hiding this comment.
参照している画像ファイル名が間違ってそうでした... 🙈
takanory
reviewed
Nov 11, 2021
| - 主要なフレームワーク向けのデバッグ設定の利用 | ||
| - コードチェックツールの実行 | ||
| - テストコード実行 | ||
| - デバッグや |
| - デバッグや | ||
| - VS Code 内での Jupyter Notebook の実行 | ||
|
|
||
| また、拡張機能「Python」を追加すると「[Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter)」「[Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)」という拡張機能も同時に追加されます。これらも「Python」同様に Python のコードを書く際に強力な支援が受けられるようになるものです。 |
Member
There was a problem hiding this comment.
その2つってなんなの?って思いそうなので、簡単な説明があるとうれしいかな。
Contributor
Author
There was a problem hiding this comment.
それぞれの説明と、確認したところ Jupyter にはさらに依存で入るプラグインもあったため、それらの説明も入れました。
7ae0792
Member
|
@laughk 指摘が入っているので確認、修正をお願いします。 |
50778ee to
7ae0792
Compare
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
この PR の目的
VS Code の Python 開発に便利なプラグイン追加のドキュメントを追加します。