Skip to content

Commit 3bc85eb

Browse files
code-asherjsjoeio
authored andcommitted
Change tour directories from file to directory
`file` doesn't seem to work without a specific git reference, but adding a reference makes the explorer not follow the tour. Unfortunately `directory` doesn't show the directory contents so I added the directory name and "see the explorer" to the comment.
1 parent 77cb6a2 commit 3bc85eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.tours/contributing.tour

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"directory": "src",
77
"line": 1,
8-
"description": "Hello world! code-server's source code lives here. It's broadly arranged into browser code, Node code, and code shared between both."
8+
"description": "Hello world! code-server's source code lives here in `src` (see the explorer). It's broadly arranged into browser code, Node code, and code shared between both."
99
},
1010
{
1111
"file": "src/node/entry.ts",
@@ -58,9 +58,9 @@
5858
"description": "We pass sockets to child processes, however we can't pass TLS sockets so when code-server is handling TLS (via --cert) we use this to create a proxy that can be passed to the child."
5959
},
6060
{
61-
"file": "src/node/routes",
61+
"directory": "src/node/routes",
6262
"line": 1,
63-
"description": "code-server's routes live here."
63+
"description": "code-server's routes live here in `src/node/routes` (see the explorer)."
6464
},
6565
{
6666
"file": "src/node/routes/index.ts",
@@ -128,19 +128,19 @@
128128
"description": "The service worker only exists to provide PWA functionality."
129129
},
130130
{
131-
"file": "src/browser/pages",
131+
"directory": "src/browser/pages",
132132
"line": 1,
133-
"description": "HTML, CSS, and JavaScript for each page lives here. Currently our HTML uses a simple search and replace template system with variables that {{LOOK_LIKE_THIS}}."
133+
"description": "HTML, CSS, and JavaScript for each page lives in here `src/browser/pages` (see the explorer). Currently our HTML uses a simple search and replace template system with variables that {{LOOK_LIKE_THIS}}."
134134
},
135135
{
136136
"file": "src/browser/pages/vscode.html",
137137
"line": 1,
138138
"description": "The VS Code HTML is based off VS Code's own `workbench.html`."
139139
},
140140
{
141-
"file": "src/browser/media",
141+
"directory": "src/browser/media",
142142
"line": 1,
143-
"description": "Static images and the manifest live here."
143+
"description": "Static images and the manifest live here in `src/browser/media` (see the explorer)."
144144
},
145145
{
146146
"file": "ci/dev/vscode.patch",

0 commit comments

Comments
 (0)