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 0687013 commit b39061bCopy full SHA for b39061b
src/main.ts
@@ -158,13 +158,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<IPower
158
new RemoteFilesFeature(),
159
new DebugSessionFeature(context, sessionManager, logger),
160
new HelpCompletionFeature(),
161
-<<<<<<< HEAD
162
- new CustomViewsFeature(),
163
- new PickRunspaceFeature(logger),
164
- RenameSymbol,
165
- externalApi
166
-=======
167
->>>>>>> 0b6716d4842bec9d6a9acd23f1fb3e03228fbca1
168
];
169
170
sessionManager.setLanguageClientConsumers(languageClientConsumers);
0 commit comments