File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 80
80
],
81
81
"pathGroupsExcludedImportTypes" : [" builtin" , " external" ],
82
82
"newlines-between" : " always" ,
83
- "alphabetize" : { "order" : " asc" , "caseInsensitive" : true }
83
+ "alphabetize" : { "order" : " asc" , "caseInsensitive" : true },
84
+ "sortTypesGroup" : true
84
85
}
85
86
],
86
87
// Prevent duplicates and prefer merging into a single import
Original file line number Diff line number Diff line change 1
1
import * as vscode from "vscode" ;
2
2
3
- import type { CoderApi } from "./api/coderApi" ;
4
- import type { Logger } from "./logging/logger" ;
5
- import type { OneWayWebSocket } from "./websocket/oneWayWebSocket" ;
6
3
import type {
7
4
Workspace ,
8
5
GetInboxNotificationResponse ,
9
6
} from "coder/site/src/api/typesGenerated" ;
10
7
8
+ import type { CoderApi } from "./api/coderApi" ;
9
+ import type { Logger } from "./logging/logger" ;
10
+ import type { OneWayWebSocket } from "./websocket/oneWayWebSocket" ;
11
+
11
12
// These are the template IDs of our notifications.
12
13
// Maybe in the future we should avoid hardcoding
13
14
// these in both coderd and here.
You can’t perform that action at this time.
0 commit comments