mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
update doc
This commit is contained in:
@@ -140,7 +140,7 @@ export class WebClientServer {
|
||||
}
|
||||
|
||||
/**
|
||||
* Handle HTTP requests for /static/*
|
||||
* Handle extension resources
|
||||
*/
|
||||
private async _handleExtensionResource(req: http.IncomingMessage, res: http.ServerResponse, parsedUrl: url.UrlWithParsedQuery): Promise<void> {
|
||||
// Strip `/extensionResource/` from the path
|
||||
|
||||
Reference in New Issue
Block a user