Closed bwateratmsft closed 1 year ago
CodeQL flagged some stuff in vscode-test, notwithstanding the fact that it's external and has nothing to do with this. The simplest fix is to just use @vscode/test-electron. That will also help with the frequent test failures on Mac.
vscode-test
@vscode/test-electron
CodeQL flagged some stuff in
vscode-test
, notwithstanding the fact that it's external and has nothing to do with this. The simplest fix is to just use@vscode/test-electron
. That will also help with the frequent test failures on Mac.