2020-12-15 22:52:33 +00:00
|
|
|
/*---------------------------------------------------------------------------------------------
|
|
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
/// <reference path='../../../../src/vs/vscode.d.ts'/>
|
|
|
|
/// <reference path='../../../../src/vs/vscode.proposed.d.ts'/>
|
2021-03-25 16:50:58 +00:00
|
|
|
/// <reference path='../../../../src/typings/keytar.d.ts'/>
|
|
|
|
|
|
|
|
// NOTE@coder: add keytar typeref
|