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
20k
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
200
AWS AmplifyではじめるDevOps
ismt7
0
78
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
840
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
94
Visual Studio Code リモート開発 スタートガイド
ismt7
1
47
Visual Studio Codeで始めるリモート開発入門
ismt7
1
520
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
89
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
100
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
77
Other Decks in Technology
See All in Technology
生成AIによる情報システムへのインパクト
taka_aki
1
200
FAST導入1年間のふりかえり〜現実を直視し、さらなる進化を求めて〜 / Review of the first year of FAST implementation
wooootack
1
180
今日からあなたもGeminiを好きになる
subaruhello
1
650
AIエージェントを支える設計
tkikuchi1002
11
2.3k
Turn Your Community into a Fundraising Catalyst for Black Philanthropy Month
auctria
PRO
0
190
「AI駆動開発」のボトルネック『言語化』を効率化するには
taniiicom
1
210
AI時代の知識創造 ─GeminiとSECIモデルで読み解く “暗黙知”と創造の境界線
nyagasan
0
160
【CEDEC2025】大規模言語モデルを活用したゲーム内会話パートのスクリプト作成支援への取り組み
cygames
PRO
1
310
【CEDEC2025】LLMを活用したゲーム開発支援と、生成AIの利活用を進める組織的な取り組み
cygames
PRO
1
1.6k
VLMサービスを用いた請求書データ化検証 / SaaSxML_Session_1
sansan_randd
0
110
AI駆動開発 with MixLeap Study【大阪支部 #3】
lycorptech_jp
PRO
0
270
分散トレーシングによる コネクティッドカーのデータ処理見える化の試み
thatsdone
0
270
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Speed Design
sergeychernyshev
32
1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
530
Optimizing for Happiness
mojombo
379
70k
How STYLIGHT went responsive
nonsquared
100
5.7k
Statistics for Hackers
jakevdp
799
220k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
A better future with KSS
kneath
238
17k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
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 「タスクの出力をスキャンせずに続行」をクリック