You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Web/ClientApp/src/components/About.tsx
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,11 @@ export const About = () =>
8
8
The code you submit is not stored in any form. Therefore, please <ahref="https://github.com/icsharpcode/CodeConverter/issues">report errors</a>.
9
9
</p>
10
10
<p>
11
-
For larger conversions please use the <ahref="https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter">Code Converter Extension</a>
12
-
for Visual Studio, which uses full project context to significantly improve conversion. It runs completely locally without calling this REST API.
11
+
For larger conversions please use the <ahref="https://marketplace.visualstudio.com/items?itemName=SharpDevelopTeam.CodeConverter">Code Converter Extension</a> for Visual Studio, which uses full project context to significantly improve conversion. It runs completely locally without calling this REST API.
13
12
</p>
14
13
<p>
15
14
The code for this Web site can be found in the <ahref="https://github.com/icsharpcode/CodeConverter/">Code Converter GitHub repository</a>.
16
-
The client library for the REST API plus some smaller clients are accessible via the
The client library for the REST API plus some smaller clients are accessible via the <ahref="https://github.com/christophwille/roslyncodeconverterclients">clients repository</a>,
18
16
which has a downloadable release of the <ahref="https://github.com/christophwille/roslyncodeconverterclients/releases">Windows desktop client</a>.
0 commit comments