Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjpas@microsoft.com>2019-11-12 10:00:16 +0300
committerBenjamin Pasero <benjpas@microsoft.com>2019-11-12 10:00:16 +0300
commit68fbaf42c873435a1246fb408dce0d02c1f37f96 (patch)
tree0833cd4539983891a4920e3ef8eafb17b7f8971d /src/typings
parent0d728c31ebdf03869d2687d9be0b017667c9ff37 (diff)
debt - adopt windows-foreground-love types
Diffstat (limited to 'src/typings')
-rw-r--r--src/typings/windows-foreground-love.d.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/typings/windows-foreground-love.d.ts b/src/typings/windows-foreground-love.d.ts
deleted file mode 100644
index f7d20f13aef..00000000000
--- a/src/typings/windows-foreground-love.d.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-/*---------------------------------------------------------------------------------------------
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
-
-declare module 'windows-foreground-love' {
-
- export function allowSetForegroundWindow(pid?: number): boolean;
-
-} \ No newline at end of file