2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Lua+VSCodeでHelloWorldするまで

Posted at

Luaのダウンロード

Luaのインストール

  • Documents下に「Lua」というフォルダをつくります
  • Luaフォルダの中に、さきほどダウンロードしたzipファイルを解凍して、中身を置きます
    image.png

VSCodeを起動

  • さきほどのLuaフォルダの中で、右クリックして、「open with code」をクリック
  • 起動後に、右下の「プレーンテキスト」を「Lua」へ切り替えておく
    image.png

プログラミングを書いたら保存

  • ちゃんとDocuments下のLuaフォルダに保存されているかどうか確認
    image.png

VSCodeのエクステンション「Code Runner」をインストール

  • エクステンション画面をひらく
    image.png
  • Code Runnerを検索

image.png

  • Code Runnerをインストール
    image.png

  • VSCodeを再起動

Code RunnerでLuaを実行

  • 動作を確認したいLuaのコードを選択(基本的にはコード全体を選択でOK)
    image.png

  • F1ボタンを押す
    image.png

  • 出てきた窓に「run code」と書いてEnter。これでコードが実行されて結果がみれます。
    image.png

2
4
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
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?