fix layering issue

This commit is contained in:
Sandeep Somavarapu
2019-09-27 16:15:03 +02:00
parent 82d5c682c5
commit 39fa5f4f7d
4 changed files with 47 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ import { IAuthTokenService } from 'vs/platform/auth/common/auth';
import { AuthTokenService } from 'vs/platform/auth/common/authTokenService';
import { AuthTokenChannel } from 'vs/platform/auth/common/authTokenIpc';
import { ICredentialsService } from 'vs/platform/credentials/common/credentials';
import { KeytarCredentialsService } from 'vs/workbench/services/credentials/node/credentialsService';
import { KeytarCredentialsService } from 'vs/platform/credentials/node/credentialsService';
export interface ISharedProcessConfiguration {
readonly machineId: string;