Skip to content

Commit e2b9206

Browse files
committed
Remove code window manager class
1 parent 21d0243 commit e2b9206

File tree

4 files changed

+2
-213
lines changed

4 files changed

+2
-213
lines changed

Nodejs/Product/Nodejs/CodeWindowManager.cs

Lines changed: 0 additions & 70 deletions
This file was deleted.

Nodejs/Product/Nodejs/Navigation/CodeWindowManager.cs

Lines changed: 0 additions & 139 deletions
This file was deleted.

Nodejs/Product/Nodejs/Nodejs.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
33
<Choose>
44
<When Condition=" '$(VisualStudioVersion)'=='15.0' Or '$(TargetVisualStudioVersion)'=='VS150' ">
@@ -247,7 +247,6 @@
247247
<Compile Include="Classifier\TokenCache.cs" />
248248
<Compile Include="Classifier\TokenCategory.cs" />
249249
<Compile Include="Classifier\TokenInfo.cs" />
250-
<Compile Include="CodeWindowManager.cs" />
251250
<Compile Include="Commands\AzureExplorerAttachDebuggerCommand.cs" />
252251
<Compile Include="Commands\DiagnosticsCommand.cs" />
253252
<Compile Include="Commands\DiagnosticsForm.cs">
@@ -647,7 +646,6 @@
647646
<Compile Include="Extensions.cs" />
648647
<Compile Include="Guids.cs" />
649648
<Compile Include="JsonListener.cs" />
650-
<Compile Include="Navigation\CodeWindowManager.cs" />
651649
<Compile Include="NodejsConstants.cs" />
652650
<Compile Include="NodejsEditorFactory.cs" />
653651
<Compile Include="NodejsProject.cs" />

Nodejs/Product/Nodejs/NodejsLanguageInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public NodejsLanguageInfo(IServiceProvider serviceProvider) {
4040
}
4141

4242
public int GetCodeWindowManager(IVsCodeWindow pCodeWin, out IVsCodeWindowManager ppCodeWinMgr) {
43-
ppCodeWinMgr = new CodeWindowManager(_componentModel.GetService<IVsEditorAdaptersFactoryService>());
43+
ppCodeWinMgr = null;
4444
return VSConstants.S_OK;
4545
}
4646

0 commit comments

Comments
 (0)