-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexplorer_hint.html
More file actions
16 lines (16 loc) · 854 Bytes
/
explorer_hint.html
File metadata and controls
16 lines (16 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Where to drop files in VS Code Explorer</title>
<style>body{background:#1e1e1e;color:#ddd;font-family:Arial;padding:12px} .container{max-width:900px;margin:0 auto}</style>
</head>
<body>
<div class="container">
<h2>Where to drop files in the VS Code Explorer</h2>
<p>Drop your files onto the left-hand Explorer pane (the Files icon). Do not drop files into the editor area (middle pane) unless you only want to open them in tabs.</p>
<img src="./explorer_hint.svg" alt="Explorer hint" style="max-width:100%;border:1px solid #333;border-radius:6px"/>
<p style="color:#9a9a9a">After dropping, confirm files appear under the folder in the Explorer. Then tell me the file/folder name you added and I will import them.</p>
</div>
</body>
</html>