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
88
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
210
AWS AmplifyではじめるDevOps
ismt7
0
83
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
870
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
98
Visual Studio Code リモート開発 スタートガイド
ismt7
1
51
Visual Studio Codeで始めるリモート開発入門
ismt7
1
540
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
97
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
110
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
83
Other Decks in Technology
See All in Technology
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
150
2つのフロントエンドと状態管理
mixi_engineers
PRO
3
110
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
230
AWSで始める実践Dagster入門
kitagawaz
1
620
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
12
4.8k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
450
下手な強制、ダメ!絶対! 「ガードレール」を「檻」にさせない"ガバナンス"の取り方とは?
tsukaman
2
450
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
430
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
380
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
9
73k
Practical Agentic AI in Software Engineering
uzyn
0
110
Featured
See All Featured
Designing Experiences People Love
moore
142
24k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Documentation Writing (for coders)
carmenintech
74
5k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
RailsConf 2023
tenderlove
30
1.2k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
How GitHub (no longer) Works
holman
315
140k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Writing Fast Ruby
sferik
628
62k
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自体を再起動してください 初期化ボタンが表示されている方は、ボタンをクリックします