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 16, 2023
Technology
0
86
Visual Studio Codeで初回プロジェクトを開く方法
Visual Studio Codeで初回プロジェクトを開く方法を補足資料的に作成したものです
Ishimoto Tatsuya
January 16, 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
77
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
830
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
93
Visual Studio Code リモート開発 スタートガイド
ismt7
1
46
Visual Studio Codeで始めるリモート開発入門
ismt7
1
510
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
88
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
99
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
76
Other Decks in Technology
See All in Technology
Delta airlines®️ USA Contact Numbers: Complete 2025 Support Guide
airtravelguide
0
340
タイミーのデータモデリング事例と今後のチャレンジ
ttccddtoki
6
2.4k
使いたいMCPサーバーはWeb APIをラップして自分で作る #QiitaBash
bengo4com
0
1.9k
Lazy application authentication with Tailscale
bluehatbrit
0
210
赤煉瓦倉庫勉強会「Databricksを選んだ理由と、絶賛真っ只中のデータ基盤移行体験記」
ivry_presentationmaterials
2
360
Delta airlines Customer®️ USA Contact Numbers: Complete 2025 Support Guide
deltahelp
0
680
高速なプロダクト開発を実現、創業期から掲げるエンタープライズアーキテクチャ
kawauso
2
9.2k
20250707-AI活用の個人差を埋めるチームづくり
shnjtk
4
3.8k
Glacierだからってコストあきらめてない? / JAWS Meet Glacier Cost
taishin
1
160
AWS Organizations 新機能!マルチパーティ承認の紹介
yhana
1
280
American airlines ®️ USA Contact Numbers: Complete 2025 Support Guide
airhelpsupport
0
380
Should Our Project Join the CNCF? (Japanese Recap)
whywaita
PRO
0
340
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
4 Signs Your Business is Dying
shpigford
184
22k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Code Reviewing Like a Champion
maltzj
524
40k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Optimizing for Happiness
mojombo
379
70k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Code Review Best Practice
trishagee
69
18k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Transcript
Visual Studio Codeで 初回プロジェクトを 開く方法 日本仮想化技術株式会社 VirtualTech.jp 2023/01/16 1
2 概要 Visual Studio Codeで初回のプロジェクトを開くまでの手順を説明したマニュアルです
3 VS Codeからファイルを開く方法は 2つ ① VS Codeを開いてからフォルダを開く ② codeコマンドを使ってFinderからフォルダを開く
4 ここでつけた名前が プロジェクトのルートディレクトリになります
5
6 フォルダへのアクセス許可を求められる場合は、 「OK」をクリック Visual Studio Codeからのリクエストではない場合は、 慎重にご確認ください
7 Visual Studio Code内でも、特定のディレクトリを信頼する かどうか尋ねられますので、 「はい、作成者を信頼します」をクリック
8 この画面が表示されたら、成功です
9 Gitコマンドが有効の場合は、リポジトリの初期化ボタンが表示される ※もし表示されない場合は、 Visual Studio Code自体を再起動してください 初期化ボタンが表示されている方は、ボタンをクリックします