0
0

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 5 years have passed since last update.

vscode メモ

Last updated at Posted at 2018-01-28

vscode メモ

code コマンド

.
├── dir1
│   ├── index.html
│   ├── test1.md
│   └── test2.md
├── dir2
│   ├── index.html
│   └── test1.md
├── index.html
└── style.css

ファイルとフォルダー

code index.html
code index.html style.css
# 指定したファイルが存在しない場合 VS Code はそのファイルを作成します
code dir1/ dir2/
code dir1/

# カレントディレクトリ
cd dir1/
code
code .
code ./

ファイルの差分

code --diff dir1/test1.md dir2/test1.md

ターミナル

ターミナルフォーカス

ctrl+\ ターミナルを分割する
alt + left 前のターミナルフォーカス
alt + right 次のターミナルフォーカス

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?