Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File→folder #110

Merged
merged 7 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions docs/04-environment-setup.md
H1rono marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ VSCodeをインストールに適切なファイルをダウンロードする
### Windows

ダウンロードされたものはVSCodeのインストーラです。ファイルを開いて実行すると、VSCodeをインストールするためのウィンドウが開きます。

以降はウィンドウの指示に従って進めてください。オプションが何個かありますが、迷った場合/わからなかった場合はとりあえずチェックを入れておくのが吉です。
以降はウィンドウの指示に従って進めてください。

ダウンロード後のスクリーンショット付きの説明は[VSCode | Visual Studio Codeのダウンロードとインストール #Visual Studio Codeをインストールする](https://www.javadrive.jp/vscode/install/index1.html#section2)を参照してください。

オプションが何個かありますが、迷った場合/わからなかった場合はとりあえずチェックを入れておくのが吉です。

### Mac

ダウンロードされたものはVSCodeアプリのzipファイルです。展開すると`Visual Studio Code.app`という名前のファイルができます。このファイルを「アプリケーション」フォルダに移動させてから開いてください。
Expand All @@ -56,8 +57,29 @@ VSCodeをインストールに適切なファイルをダウンロードする

↑のバッジを押すとzipファイルのダウンロードが始まります。展開して得られるフォルダの中にプログラムが入っています。(zipファイルは削除しても構いません。)

>### zipファイル展開の流れ(わかる人はとばして大丈夫です。)
>#### Windows
>1. zipをダウンロードすると右上にタブが出てくるのでダウンロードが終わってから"omniboat_robokit_main.zip"のzipファイルににポインタを当ててファイルマークをクリックしてください。
H1rono marked this conversation as resolved.
Show resolved Hide resolved
(またはエクスプローラーのダウンロードからzipファイルを探してください。)
>
> <img alt src="2024-03-31 (6).png" width=250 >
H1rono marked this conversation as resolved.
Show resolved Hide resolved
>
>2. ファイルを右クリックして「すべて展開」を選択してください。
>
> <img alt src="2024-03-31 (1).png" width=400 > &emsp; <img alt src="image-1.png" width=150 >
>
>3. 「参照」を選択して展開先をデスクトップに変更し、右下の「展開」をクリックしてください。(別の場所が良い人は好きにして大丈夫です。)
>
> <img alt src="image-2.png" width=170 > &emsp; <img alt src="image.png" width=300 >
>
>#### Mac
>1. ダウンロードフォルダからデスクトップフォルダに移動させてください。
H1rono marked this conversation as resolved.
Show resolved Hide resolved
>
>2. zipファイルをダブルクリックしてください。展開が完了します。

続いて、展開したフォルダをVSCodeで開きます。Windowsの方はウィンドウ左上のメニュー、Macの方は画面左上のメニューから *ファイル>フォルダーを開く* を選択してください。フォルダを選ぶためのウィンドウが出てくるので、先程zipファイルを展開して得たフォルダを選択して開いてください。


## 4: 必要な拡張機能をインストールする

フォルダをVSCodeで開くと、以下のようなウィンドウが表示されるはずです。
Expand Down
Binary file added docs/assets/zip_desktop_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/zip_download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/zip_explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/zip_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.