総数:12 今日:1 昨日:0
Memorandums
on windows
もくじ †
参考url
【2022最新版】WIndowsにPythonの環境構築|通常のインストール方法、Dockerを使う方法も解説
setting up VSCode for container inside †
- VSCodeに Remote Development拡張機能 とDocker拡張機能がインストールされた状態
- VSCodeを起動しておく
Remote Development拡張機能 †
参考url
Visual Studio Code Remote Development
The Remote Development extension pack includes three extensions.
See the following articles to get started with each of them:
- Remote - SSH - Connect to any location by opening folders on a remote machine/VM using SSH.
- Dev Containers - Work with a separate toolchain or container-based application inside (or mounted into) a container.
- WSL - Get a Linux-powered development experience in the Windows Subsystem for Linux.
検索ボックスに remote と入力する †
Remote Developmentアイコン を選択 †
- installを選択
- install完了するとActivity Bar に Remote Explorer アイコンが表示される
Docker拡張機能 †
参考url
Docker extension for Visual Studio Code
The Docker extension makes it easy to build, manage, and deploy containerized applications in Visual Studio Code.
検索ボックスに docker と入力する †
Dockerアイコン を選択 †
- installを選択
- install完了するとActivity Bar に Docker アイコンが表示される
on windows