File tree Expand file tree Collapse file tree 8 files changed +7
-7
lines changed Expand file tree Collapse file tree 8 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ import http from "http"
5
5
import * as path from "path"
6
6
import { CliMessage , OpenCommandPipeArgs } from "../../lib/vscode/src/vs/server/ipc"
7
7
import { plural } from "../common/util"
8
- import { HealthHttpProvider } from "./app /health"
9
- import { LoginHttpProvider } from "./app /login"
10
- import { ProxyHttpProvider } from "./app /proxy"
11
- import { StaticHttpProvider } from "./app /static"
12
- import { UpdateHttpProvider } from "./app /update"
13
- import { VscodeHttpProvider } from "./app /vscode"
8
+ import { HealthHttpProvider } from "./routes /health"
9
+ import { LoginHttpProvider } from "./routes /login"
10
+ import { ProxyHttpProvider } from "./routes /proxy"
11
+ import { StaticHttpProvider } from "./routes /static"
12
+ import { UpdateHttpProvider } from "./routes /update"
13
+ import { VscodeHttpProvider } from "./routes /vscode"
14
14
import {
15
15
DefaultedArgs ,
16
16
optionDescriptions ,
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import * as assert from "assert"
2
2
import * as fs from "fs-extra"
3
3
import * as http from "http"
4
4
import * as path from "path"
5
- import { LatestResponse , UpdateHttpProvider } from "../src/node/app/update"
6
5
import { AuthType } from "../src/node/cli"
6
+ import { LatestResponse , UpdateHttpProvider } from "../src/node/routes/update"
7
7
import { SettingsProvider , UpdateSettings } from "../src/node/settings"
8
8
import { tmpdir } from "../src/node/util"
9
9
You can’t perform that action at this time.
0 commit comments