mirror of
https://github.com/coder/code-server.git
synced 2026-05-13 15:57:27 +02:00
native-keymap and keytar are only used in the electron process, so we don't need them. This allows us to drop our dependencies on libx11-dev, libxkbfile-dev, and libsecret-dev.
11 lines
567 B
TypeScript
11 lines
567 B
TypeScript
/*---------------------------------------------------------------------------------------------
|
|
* 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'/>
|
|
/// <reference path='../../../../src/typings/keytar.d.ts'/>
|
|
|
|
// NOTE@coder: add keytar typeref
|