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
89
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
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
GoでもGUIアプリを作りたい!
kworkdev
PRO
0
150
それでも私が品質保証プロセスを作り続ける理由 #テストラジオ / Why I still continue to create QA process
pineapplecandy
0
130
AI時代におけるデータの重要性 ~データマネジメントの第一歩~
ryoichi_ota
0
700
AWSでAgentic AIを開発するための前提知識の整理
nasuvitz
2
190
能登半島地震で見えた災害対応の課題と組織変革の重要性
ditccsugii
0
1k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
8.8k
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
2
990
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
14k
Zephyr(RTOS)にEdge AIを組み込んでみた話
iotengineer22
0
140
20251010_HCCJP_AdaptiveCloudUpdates
sdosamut
0
140
Performance Insights 廃止から Database Insights 利用へ/transition-from-performance-insights-to-database-insights
emiki
0
310
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
How STYLIGHT went responsive
nonsquared
100
5.8k
Why Our Code Smells
bkeepers
PRO
340
57k
Docker and Python
trallard
46
3.6k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
The Pragmatic Product Professional
lauravandoore
36
6.9k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
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自体を再起動してください 初期化ボタンが表示されている方は、ボタンをクリックします