Skip to content

Commit 6af1567

Browse files
author
Andrey Cheptsov
committed
[UI] Remove unused coder IDE variant in Launch types
Align the Launch form ide union with currently supported IDE options in UI by removing the unused `coder` variant. Made-with: Cursor
1 parent e3e9f5e commit 6af1567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/Runs/Launch/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export interface IRunEnvironmentFormValues {
44
gpu_enabled?: boolean;
55
offer?: IGpu;
66
name: string;
7-
ide: 'cursor' | 'vscode' | 'windsurf' | 'coder';
7+
ide: 'cursor' | 'vscode' | 'windsurf';
88
config_yaml: string;
99
image?: string;
1010
python?: string;

0 commit comments

Comments
 (0)