File tree Expand file tree Collapse file tree 4 files changed +2
-213
lines changed Expand file tree Collapse file tree 4 files changed +2
-213
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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' " >
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" >
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" />
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments