mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Share profiles (#166898)
* Share profiles #159891 - Share profile in GitHub - Profile resource quick pick - Import profile from vscode link * remove duplicate code
This commit is contained in:
committed by
GitHub
parent
ebb77a7dfd
commit
e43bf31ab1
@@ -12,6 +12,7 @@ import { DisposableStore, repositoryHasGitHubRemote } from './util';
|
||||
import { GithubPushErrorHandler } from './pushErrorHandler';
|
||||
import { GitBaseExtension } from './typings/git-base';
|
||||
import { GithubRemoteSourcePublisher } from './remoteSourcePublisher';
|
||||
import './importExportProfiles';
|
||||
|
||||
export function activate(context: ExtensionContext): void {
|
||||
context.subscriptions.push(initializeGitBaseExtension());
|
||||
|
||||
Reference in New Issue
Block a user