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 8fa1d5a commit 0fa6fd4Copy full SHA for 0fa6fd4
webview-ui/src/components/settings/SettingsView.tsx
@@ -5,7 +5,7 @@ import { validateApiConfiguration, validateModelId } from "../../utils/validate"
5
import { vscode } from "../../utils/vscode"
6
import ApiOptions from "./ApiOptions"
7
import ExperimentalFeature from "./ExperimentalFeature"
8
-import { EXPERIMENT_IDS, experimentConfigsMap, ExperimentId, ExperimentKey } from "../../../../src/shared/experiments"
+import { EXPERIMENT_IDS, experimentConfigsMap } from "../../../../src/shared/experiments"
9
import ApiConfigManager from "./ApiConfigManager"
10
11
type SettingsViewProps = {
0 commit comments