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
19k
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
180
AWS AmplifyではじめるDevOps
ismt7
0
74
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
820
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
90
Visual Studio Code リモート開発 スタートガイド
ismt7
1
41
Visual Studio Codeで始めるリモート開発入門
ismt7
1
500
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
86
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
96
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
73
Other Decks in Technology
See All in Technology
Create a Rails8 responsive app with Gemini and RubyLLM
palladius
0
120
Tenstorrent 開発者プログラム
tenstorrent_japan
0
310
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.2k
Introduction to Sansan for Engineers / エンジニア向け会社紹介
sansan33
PRO
5
38k
OCI Oracle Database Services新機能アップデート(2025/03-2025/05)
oracle4engineer
PRO
1
140
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
6.4k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
12k
(非公式) AWS Summit Japan と 海浜幕張 の歩き方 2025年版
coosuke
PRO
1
230
What's new in OpenShift 4.19
redhatlivestreaming
1
230
Snowflake Intelligenceで実現できるノーコードAI活用
takumimukaiyama
1
220
Cloud Native Scalability for Internal Developer Platforms
hhiroshell
2
450
生成AIをテストプロセスに活用し"よう"としている話 #jasstnano
makky_tyuyan
0
150
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
41
7.3k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Unsuck your backbone
ammeep
671
58k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3k
We Have a Design System, Now What?
morganepeng
52
7.6k
Visualization
eitanlees
146
16k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
4
130
Making the Leap to Tech Lead
cromwellryan
134
9.3k
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 「タスクの出力をスキャンせずに続行」をクリック