-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode.html
executable file
·43 lines (37 loc) · 1.45 KB
/
vscode.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<title>VS Code</title>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<span class="right-links"><a href="index.html">Home</a></span>
<span>
<h1>VS Code</h1>
</span>
<div>
<h2>Stumble upon ...</h2>
These are just my own notes for my future reference.
<div>
<h3>Folder tree</h3>
<div class="pad-left">
<p>My folder tree disappeared. It looked similar to the picture below, with the Folders is grayed out.</p>
<image
src="https://user-images.githubusercontent.com/4177723/142648026-4d09f0ef-ef93-4118-bf5f-f2f0245776e7.png"
alt="credit Github">
<p>I found on Github a <a href="https://github.com/microsoft/vscode/issues/137522">thread</a> with
the screenshot above.
Though it didn't offer a solution but it did mention a key word, which is <i>Workspace</i>.</p>
<p>Using that clues, I managed to <b>Add Folder to Workspace</b> and resolved the issue.</p>
<img src="media/workspace.png">
</div>
</div>
</div>
<br>
<footer>
<p>0ld Camel - 2024 - Version 1.0.0<br>
<a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>