File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ VS Code の画面左端には、ファイル一覧が表示されています。
3838
3939:::info[ 拡張子]
4040
41- VS Code 上で作成したファイルは ` index.html ` でした。しかしながら、Windows でフォルダの中身を見ると ` index ` しか表示されません(Mac の場合は正しく表示されます)。なぜでしょうか?
41+ VS Code 上で作成したファイルは ` index.html ` でした。しかしながら、Windows でフォルダの中身を見ると ` index ` しか表示されません(macOS の場合は正しく表示されます)。なぜでしょうか?
4242
4343ファイル名の ` . ` (ピリオド) 以降の部分は<Term >** 拡張子** </Term >と呼ばれ、ファイルの種類を識別するために用いられることが多いです。先ほど ` index.html ` という名前のファイルを作成したのは、<Term >HTML</Term >ファイルであることを明示するためです。
4444
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import debuggingVideo from "./debugging.mp4";
99
1010## ターミナル
1111
12- ** ターミナル** は、文字を用いてコンピューターと会話するためのソフトウェアです。Mac だと標準搭載の ` ターミナル ` が、Windows だと [ ` Windows Terminal ` アプリ] ( https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701 ) が利用できますが、VS Code 内蔵のターミナルもなかなか便利です。
12+ ** ターミナル** は、文字を用いてコンピューターと会話するためのソフトウェアです。macOS だと標準搭載の ` ターミナル ` が、Windows だと [ ` Windows Terminal ` アプリ] ( https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701 ) が利用できますが、VS Code 内蔵のターミナルもなかなか便利です。
1313
1414VS Code 内蔵のターミナルを起動させるには、メニューの ` Terminal ` から ` New Terminal ` をクリックします。
1515
@@ -98,7 +98,7 @@ v20.10.0
9898
9999## Node.js で Hello World
100100
101- まずは、新しいフォルダを作成し、Visual Studio Code で開きます。Mac の場合は[ はじめての Web 開発] ( /docs/trial-session/get-started/ ) で作成した ` Projects ` フォルダの中に別のフォルダを作れば問題ありませんが、Windows の場合は WSL 上にフォルダを作成します。
101+ まずは、新しいフォルダを作成し、Visual Studio Code で開きます。macOS の場合は[ はじめての Web 開発] ( /docs/trial-session/get-started/ ) で作成した ` Projects ` フォルダの中に別のフォルダを作れば問題ありませんが、Windows の場合は WSL 上にフォルダを作成します。
102102
103103:::info[ WSL 上にプロジェクトフォルダを作る]
104104
You can’t perform that action at this time.
0 commit comments