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:
Diffstat (limited to 'src/vs/workbench/contrib/profiles/common/profiles.contribution.ts')
-rw-r--r--src/vs/workbench/contrib/profiles/common/profiles.contribution.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/vs/workbench/contrib/profiles/common/profiles.contribution.ts b/src/vs/workbench/contrib/profiles/common/profiles.contribution.ts
new file mode 100644
index 00000000000..facfa51c4a3
--- /dev/null
+++ b/src/vs/workbench/contrib/profiles/common/profiles.contribution.ts
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+
+import './profilesActions';