File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { spawn } from "node:child_process";
88import * as vscode from "vscode" ;
99
1010import { type FeatureSet } from "../featureSet" ;
11- import { type CliAuth } from "../settings/cli" ;
11+ import { getGlobalShellFlags , type CliAuth } from "../settings/cli" ;
1212import { escapeCommandArg } from "../util" ;
1313import { type UnidirectionalStream } from "../websocket/eventStreamConnection" ;
1414
Original file line number Diff line number Diff line change @@ -9,11 +9,6 @@ import * as vscode from "vscode";
99
1010import { createWorkspaceIdentifier , extractAgents } from "./api/api-helper" ;
1111import { type CoderApi } from "./api/coderApi" ;
12- import {
13- getGlobalFlags ,
14- getGlobalShellFlags ,
15- resolveCliAuth ,
16- } from "./settings/cli" ;
1712import { type CliManager } from "./core/cliManager" ;
1813import * as cliUtils from "./core/cliUtils" ;
1914import { type ServiceContainer } from "./core/container" ;
@@ -32,6 +27,11 @@ import {
3227 RECOMMENDED_SSH_SETTINGS ,
3328 applySettingOverrides ,
3429} from "./remote/sshOverrides" ;
30+ import {
31+ getGlobalFlags ,
32+ getGlobalShellFlags ,
33+ resolveCliAuth ,
34+ } from "./settings/cli" ;
3535import { escapeCommandArg , toRemoteAuthority , toSafeHost } from "./util" ;
3636import { vscodeProposed } from "./vscodeProposed" ;
3737import {
You can’t perform that action at this time.
0 commit comments