Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Visual Studio Codeのタスク機能の使い方
Search
Ishimoto Tatsuya
January 12, 2023
Technology
0
17k
Visual Studio Codeのタスク機能の使い方
Visual Studio Codeでタスク機能の使い方を補足資料的に作成したものです
Ishimoto Tatsuya
January 12, 2023
Tweet
Share
More Decks by Ishimoto Tatsuya
See All by Ishimoto Tatsuya
Visual Studio CodeのDev Containersを使って開発環境構築してみよう(2024/09/07版)
ismt7
0
160
AWS AmplifyではじめるDevOps
ismt7
0
65
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
770
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
82
Visual Studio Code リモート開発 スタートガイド
ismt7
1
33
Visual Studio Codeで始めるリモート開発入門
ismt7
1
470
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
78
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
77
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
65
Other Decks in Technology
See All in Technology
RAGの基礎から実践運用まで:AWS BedrockとLangfuseで実現する構築・監視・評価
sonoda_mj
0
360
Engineering Managementのグローバルトレンド #emoasis / Engineering Management Global Trend
kyonmm
PRO
4
860
ClineにNext.jsのプロジェクト改善をお願いしてみた / 20250321_reacttokyo_LT
optim
1
920
Go製のマイグレーションツールの git-schemalex の紹介と運用方法
shinnosuke_kishida
1
260
Dapr For Java Developers SouJava 25
salaboy
0
100
AWS のポリシー言語 Cedar を活用した高速かつスケーラブルな認可技術の探求 #phperkaigi / PHPerKaigi 2025
ytaka23
7
1.3k
MLflowの現在と未来 / MLflow Present and Future
databricksjapan
1
240
OCI Oracle Database Services新機能アップデート(2024/12-2025/02)
oracle4engineer
PRO
2
170
ソフトウェア開発におけるインターフェイスという考え方 / PHPerKaigi 2025
k1low
9
3.1k
非エンジニアにも伝えるメールセキュリティ / Email security for non-engineers
ykanoh
13
3.4k
ランチの間に GitHub Copilot Agent が仕事を終わらせてくれた話
bicstone
5
660
VISITS_20250311_こねくとあいとりおす.pdf
iotcomjpadmin
0
200
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
101
18k
How GitHub (no longer) Works
holman
314
140k
Statistics for Hackers
jakevdp
797
220k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
The Invisible Side of Design
smashingmag
299
50k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.6k
Facilitating Awesome Meetings
lara
53
6.3k
Embracing the Ebb and Flow
colly
84
4.6k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Transcript
Visual Studio Codeの タスク機能の使い方 日本仮想化技術株式会社 VirtualTech.jp 2023/01/12 1
概要 • 公式ドキュメントはこちら • Visual Studio Codeが標準で提供している機能の1つ • ターミナル上でビルドやパッケージ化などのコマンドを実行しているタスクの自動化向き •
tasks.jsonファイルに自動化のシナリオを書く • コマンドパレットからタスクを実行して呼び出す • 複数のタスクを連鎖的に実行できる • 画面上から入力を受け取ってコマンドに引数として渡すことも可能 2
tasks.jsonファイルの作り方 3
4 ① ⌘ Command + ⇧ Shift + Pを押下してコマンドパレットを表示 ②「task」と入力して検索
③ 「タスク:タスクの構成」をクリック
5 「テンプレートからtasks.jsonを生成」をクリック
6 「Others 任意の外部...」をクリック
7 プロジェクトのルートディレクトリに .vscode/tasks.jsonが作成される
タスクの実行方法 8
9 ① ⌘ Command + Pを実行してファイル検索を表示 ② 「task」と入力してスペースを押下 ③ 「echo」をクリック
10 「タスクの出力をスキャンせずに続行」をクリック