Skip to content

Commit 82d25f0

Browse files
committed
Update VS Code linter extension
1 parent a55148a commit 82d25f0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

extension-dev.code-workspace

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"extensions": {
1313
"recommendations": [
1414
"davidanson.vscode-markdownlint",
15+
"dbaeumer.vscode-eslint",
1516
"editorconfig.editorconfig",
1617
"josefpihrt-vscode.roslynator",
1718
"ms-azure-devops.azure-pipelines",
1819
"ms-dotnettools.csharp",
19-
"ms-vscode.powershell-preview",
20-
"ms-vscode.vscode-typescript-tslint-plugin",
20+
"ms-vscode.powershell-preview"
2121
]
2222
},
2323
"settings": {

vscode-powershell.build.ps1

-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ task Build Restore, {
9696
Write-Host "`n### Building vscode-powershell`n" -ForegroundColor Green
9797
assert (Test-Path ./modules/PowerShellEditorServices/bin) "Extension requires PSES"
9898

99-
# TODO: TSLint is deprecated and we need to switch to ESLint.
100-
# https://github.com/PowerShell/vscode-powershell/pull/3331
10199
exec { & npm run lint }
102100

103101
# TODO: When supported we should use `esbuild` for the tests too. Although

0 commit comments

Comments
 (0)