Integrate update notifications into VS Code
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import * as http from "http"
|
||||
import { HttpCode, HttpError } from "../../common/http"
|
||||
import { HttpProvider, HttpResponse, Route } from "../http"
|
||||
|
||||
/**
|
||||
@@ -32,8 +31,4 @@ export class StaticHttpProvider extends HttpProvider {
|
||||
}
|
||||
return this.getResource(this.rootPath, ...split)
|
||||
}
|
||||
|
||||
public async handleWebSocket(): Promise<true> {
|
||||
throw new HttpError("Not found", HttpCode.NotFound)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user