mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 19:59:37 +00:00
Enable a few more stylistic eslint options for my extensions
This commit is contained in:
@@ -57,7 +57,7 @@ class TscTaskProvider extends Disposable implements vscode.TaskProvider {
|
||||
return [];
|
||||
}
|
||||
|
||||
const configPaths: Set<string> = new Set();
|
||||
const configPaths = new Set<string>();
|
||||
const tasks: vscode.Task[] = [];
|
||||
for (const project of await this.getAllTsConfigs(token)) {
|
||||
if (!configPaths.has(project.fsPath)) {
|
||||
|
||||
Reference in New Issue
Block a user