mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Remove CredentialsService & keytar (#192224)
* Remove CredentialsService & keytar ref https://github.com/microsoft/vscode/issues/115215 fixes https://github.com/microsoft/vscode/issues/143395 * compile * remove imports * rip the bandaid
This commit is contained in:
committed by
GitHub
parent
a8eda33032
commit
5134662139
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -221,8 +221,7 @@ jobs:
|
||||
- name: Compile Integration Tests
|
||||
run: yarn --cwd test/integration/browser compile
|
||||
|
||||
# This is required for keytar unittests, otherwise we hit
|
||||
# https://github.com/atom/node-keytar/issues/76
|
||||
# This is required for SecretStorage unittests
|
||||
- name: Create temporary keychain
|
||||
run: |
|
||||
security create-keychain -p pwd $RUNNER_TEMP/buildagent.keychain
|
||||
|
||||
Reference in New Issue
Block a user