232
130

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.

Visual Studio Code上でターミナル起動

Last updated at Posted at 2017-01-05

今日だけで何度もググってしまったのでメモ

ちなみにググったときに参考にさせてもらったのは↓
【Visual Studio Code 1.2以降】統合TerminalをコマンドプロンプトからPowerShellに変更する (Windows版)

どうやらVSCodeでは統合ターミナルという名前らしい。

問題

VSCodeでコードを書いたあとにGolangなどでビルドしたい、runしたいときにVSCode上で完結して欲しい。
どのようにすればいいのか?

解決

[表示]->[統合ターミナル]を選択。

…いちいちトラックパッド使うのクソウザイ。
そんなときは↓

control + shift + ` を実行。

どうでもいいけどMacの^マークとかがキーボードのどれに対応しているのかとか全然覚えられんのでホント死んでくれ!って気持ちでいっぱいになる。

232
130
3

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
232
130

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?