Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 1 year has passed since last update.

VSCodeをインストール for Windows(XBP用)

Last updated at Posted at 2021-08-23

VSCodeのインストール

Visual Studio Codeは様々なHTMLの記述、プログラミングなど様々な言語での開発ができる開発環境です。XBPではPythonではPyCharmを使い、HTML(HPの作成)はVSCodeを使って開発していきます。

ダウンロード

https://code.visualstudio.com/downloadを開く
vscode01.png

②ダウンロードが完了した後に、ウィンドウの左下部分をクリックする
vscode02.png

同意するにチェックして次にをクリックする
vscode03.png

次にをクリックする
vscode04.png

次にをクリックする
vscode05.png

⑥こちらの4か所にチェックして次にをクリックする
vscode06.png

インストールをクリックする
vscode07.png

完了をクリックする
vscode08.png

日本語化

①VSCodeを立ち上げて、画面左にある拡張機能ボタンをクリックする
vscode-japanese01.png

②上のテキストボックスにJapaneseと入力する
vscode-japanese02.png

③最初に表示されるJapanese Language Packをクリックして右のinstallをクリックする
vscode-japanese03.png

④ウィンドウの右下に現れるRestartをクリックする
vscode-japanese04.png

⑤日本語で表示されていることを確認する
vscode-japanese05.png

Live Serverのインストール

①画面左にある拡張機能ボタンをクリックする
vscode-japanese01.png

②上のテキストボックスにLive Serverと入力する
live-server02.png

③最初に表示されるLive Serverをクリックして右のinstallをクリックする
live-server03.png

④インストールされたことを確認してウィンドウを閉じる
live-server04.png

Python

この動画を参考にPythonの拡張機能をインストールします。
Pythonの拡張機能をインストールすると、VSCodeでPythonを使った開発を行うことができます。

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?