We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dd919 commit 0dd2b15Copy full SHA for 0dd2b15
src/heartbeat.ts
@@ -1,3 +1,8 @@
1
+/*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Gitpod. All rights reserved.
3
+ * Licensed under the MIT License. See License.txt in the project root for license information.
4
+ *--------------------------------------------------------------------------------------------*/
5
+
6
import * as vscode from 'vscode';
7
import { Disposable } from './common/dispose';
8
import Log from './common/logger';
0 commit comments