We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c17880 commit e2d354cCopy full SHA for e2d354c
src/node/server.ts
@@ -300,6 +300,7 @@ export abstract class Server {
300
// NOTE: This must be served at the correct location based on the
301
// start_url in the manifest.
302
case "/manifest.json":
303
+ case "/code-server.png":
304
const response = await this.getResource(this.serverRoot, "media", requestPath);
305
response.cache = true;
306
return response;
0 commit comments