Skip to content

Commit

Permalink
Merge pull request #1307 from zooba/remove-azure-debug-master
Browse files Browse the repository at this point in the history
Replaces Azure Remote Debug functionality with opening the help page.
  • Loading branch information
zooba committed May 19, 2016
2 parents 7593ce4 + 86fc153 commit 816bc58
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 309 deletions.
9 changes: 9 additions & 0 deletions Python/Product/Common/Strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Python/Product/Common/Strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -778,4 +778,7 @@ modified from these scripts.</value>
<data name="UpgradedInterpreterReferenceFailed" xml:space="preserve">
<value>Updating an environment reference failed because some information was missing. Please remove and re-add any environments that are not working.</value>
</data>
<data name="DebugAttachGettingSiteInformation" xml:space="preserve">
<value>Getting attach information from web site.</value>
</data>
</root>
14 changes: 0 additions & 14 deletions Python/Product/PythonTools/PythonTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,7 @@
<ProjectReference2 Include="..\TestAdapter\TestAdapter.csproj" />
<ProjectReference2 Include="..\XamlDesignerSupport\XamlDesignerSupport.csproj" />
<Reference Include="Microsoft.VisualStudio.Threading, Version=$(VSTarget).0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
<Reference Include="Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.1.2">
<SpecificVersion>False</SpecificVersion>
<Private>false</Private>
</Reference>
</ItemGroup>
<Choose>
<When Condition="$(VSTarget) == '14.0'">
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.Web.WindowsAzure.Contracts, Version=2.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<SpecificVersion>True</SpecificVersion>
<Private>false</Private>
</Reference>
</ItemGroup>
</When>
</Choose>
<ItemGroup>
<Reference Include="Accessibility">
<EmbedInteropTypes>False</EmbedInteropTypes>
Expand Down
Loading

0 comments on commit 816bc58

Please sign in to comment.