.devcontainer.jsonの記述に関する質問 #4
mendelssohnbach
started this conversation in
General
Replies: 1 comment
-
口頭でもお答えしていましたが、こちらにも残しておきます。 現状、.vscode/extensions.json と .devcontainer/devcontainer.json のextensions の設定には関係性はないようです。 .vscode/extensions.json に記述しておくと、推奨された拡張機能がありますと起動時に表示され、インストールが促されます。Codespaces、Dev Container を使わない方向けに、両方に記載いただいた方が良いと思われます。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"extensions"
をextensions.json
から読み込ませることも可能との理解で良いでしょうか?Beta Was this translation helpful? Give feedback.
All reactions