mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391
This commit is contained in:
@@ -12,7 +12,7 @@ suite('vscode API - workspace-watcher', () => {
|
||||
|
||||
interface IWatchRequest {
|
||||
uri: vscode.Uri;
|
||||
options: { recursive: boolean; excludes: string[] }
|
||||
options: { recursive: boolean; excludes: string[] };
|
||||
}
|
||||
|
||||
class WatcherTestFs extends TestFS {
|
||||
|
||||
Reference in New Issue
Block a user