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
21k
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
220
AWS AmplifyではじめるDevOps
ismt7
0
86
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
890
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
100
Visual Studio Code リモート開発 スタートガイド
ismt7
1
53
Visual Studio Codeで始めるリモート開発入門
ismt7
1
550
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
100
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
110
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
87
Other Decks in Technology
See All in Technology
それでも私が品質保証プロセスを作り続ける理由 #テストラジオ / Why I still continue to create QA process
pineapplecandy
0
140
物体検出モデルでシイタケの収穫時期を自動判定してみた。 #devio2025
lamaglama39
0
240
プレーリーカードを活用しよう❗❗デジタル名刺交換からはじまるイベント会場交流のススメ
tsukaman
0
190
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
1
260
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
150
Railsの話をしよう
yahonda
0
170
Data Hubグループ 紹介資料
sansan33
PRO
0
2.2k
Claude Codeを駆使した初めてのiOSアプリ開発 ~ゼロから3週間でグローバルハッカソンで入賞するまで~
oikon48
10
5.1k
Azureコストと向き合った、4年半のリアル / Four and a half years of dealing with Azure costs
aeonpeople
1
230
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
12
81k
CoRL 2025 Survey
harukiabe
1
230
AI-Readyを目指した非構造化データのメダリオンアーキテクチャ
r_miura
1
210
Featured
See All Featured
Optimizing for Happiness
mojombo
379
70k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Side Projects
sachag
455
43k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
The Cult of Friendly URLs
andyhume
79
6.6k
Bash Introduction
62gerente
615
210k
4 Signs Your Business is Dying
shpigford
185
22k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
Documentation Writing (for coders)
carmenintech
75
5.1k
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 「タスクの出力をスキャンせずに続行」をクリック