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
I summarized these steps into a single flowchart and visualized it.</li>
108
108
</ul>
109
-
<h1id="rclone-introduction-flow-mermaid-version">RClone Introduction Flow (Mermaid version)</h1><p>The final version of the flowchart is <ahref="https://breadmotion.github.io/WebSite/content/other/Rclone.html">here</a>.</p>
109
+
<h2id="rclone-introduction-flow-mermaid-version">RClone Introduction Flow (Mermaid version)</h2><p>The final version of the flowchart is <ahref="https://breadmotion.github.io/WebSite/content/other/Rclone.html">here</a>.</p>
<h1id="what-can-this-flow-do">What can this flow do?</h1><p>This flow visualizes the following series of tasks in a Windows environment so that they can be executed without mistakes.</p>
112
+
<h2id="what-can-this-flow-do">What can this flow do?</h2><p>This flow visualizes the following series of tasks in a Windows environment so that they can be executed without mistakes.</p>
113
113
<ul>
114
114
<li>What to do if WinGet is missing</li>
115
115
<li>Installation of rclone</li>
@@ -119,7 +119,7 @@ <h1 id="what-can-this-flow-do">What can this flow do?</h1><p>This flow visualize
119
119
</ul>
120
120
<p>You can eliminate "stuck points in building a Git LFS substitute environment in Windows" for yourself and your team.</p>
121
121
<hr>
122
-
<h1id="overview">Overview</h1><p>This is how to share files so that they can be managed outside the limits of Git LFS in a Windows environment.
122
+
<h2id="overview">Overview</h2><p>This is how to share files so that they can be managed outside the limits of Git LFS in a Windows environment.
123
123
The rough flow is as follows.</p>
124
124
<ul>
125
125
<li>Introduction of WinGet</li>
@@ -129,7 +129,7 @@ <h1 id="overview">Overview</h1><p>This is how to share files so that they can be
129
129
<p>Since what follows becomes a story of operation method,
130
130
and if aiming at people who are not used to CLI, one more ingenuity is necessary, so I plan to describe it in another article.</p>
131
131
<hr>
132
-
<h1id="summary">Summary</h1><p>What I did in this article:</p>
132
+
<h2id="summary">Summary</h2><p>What I did in this article:</p>
133
133
<ul>
134
134
<li>Visualized steps required for RClone introduction</li>
135
135
<li>Flowcharted with Mermaid</li>
@@ -170,7 +170,7 @@ <h1 id="summary">Summary</h1><p>What I did in this article:</p>
170
170
<divclass="toc-sticky-container">
171
171
<navclass="toc">
172
172
<h2class="toc__title">Table of Contents</h2>
173
-
173
+
<ulclass="toc-list"><liclass="toc-item toc-item--level-2"><ahref="#rclone-introduction-flow-mermaid-version">RClone Introduction Flow (Mermaid version)</a></li><liclass="toc-item toc-item--level-2"><ahref="#what-can-this-flow-do">What can this flow do?</a></li><liclass="toc-item toc-item--level-2"><ahref="#overview">Overview</a></li><liclass="toc-item toc-item--level-2"><ahref="#summary">Summary</a></li></ul>
Copy file name to clipboardExpand all lines: WebSite/blog/en/blog_00009.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ <h1 class="post-detail__title">Tried Building a C# Development Environment in Ze
109
109
<p>There are such characteristics.</p>
110
110
<p>In this article, I summarized the errors I encountered while actually running Zed in my environment and what I did to solve them.</p>
111
111
<hr>
112
-
<h1id="why-unity-c-doesn39t-work-in-zed">Why Unity C# doesn't work in Zed</h1><p>Zed does not have standard C# support for Unity like VSCode or Rider.</p>
112
+
<h2id="why-unity-c-doesn39t-work-in-zed">Why Unity C# doesn't work in Zed</h2><p>Zed does not have standard C# support for Unity like VSCode or Rider.</p>
113
113
<p>Therefore,</p>
114
114
<ul>
115
115
<li>C# syntax parsing</li>
@@ -123,15 +123,15 @@ <h1 id="why-unity-c-doesn39t-work-in-zed">Why Unity C# doesn't work in Zed</
123
123
<p>I looked it up and found there was nothing I could do, so let's wait for an update regarding this Omnisharp...</p>
124
124
<p>So, I will change the LSP used this time to <strong>csharp-language-server</strong> and make it work.</p>
125
125
<hr>
126
-
<h1id="what-you-need-before-introduction">What you need before introduction</h1><p>Please introduce the following.
126
+
<h2id="what-you-need-before-introduction">What you need before introduction</h2><p>Please introduce the following.
127
127
I will describe how to introduce these somewhere else. (It's not particularly difficult, so if you search, quite a few will come up.)</p>
128
128
<ul>
129
129
<li>.Net runtime (9.0 upper)</li>
130
130
<li>Node.js (I believe 20 upper)</li>
131
131
<li>Omnisharp (Install from Zed Extension)</li>
132
132
</ul>
133
133
<hr>
134
-
<h1id="download-csharp-language-server">Download csharp-language-server</h1><p>If you have cargo, use the following:</p>
134
+
<h2id="download-csharp-language-server">Download csharp-language-server</h2><p>If you have cargo, use the following:</p>
<h1id="link-language-server-to-zed-settings">Link language server to Zed settings</h1><p>Open Zed's Settings.json (please match which Setting.json to your environment).</p>
143
+
<h2id="link-language-server-to-zed-settings">Link language server to Zed settings</h2><p>Open Zed's Settings.json (please match which Setting.json to your environment).</p>
144
144
<pre><codeclass="language-json">{
145
145
"languages": {
146
146
"CSharp": {
@@ -161,7 +161,7 @@ <h1 id="link-language-server-to-zed-settings">Link language server to Zed settin
161
161
It should work just with this.</p>
162
162
<h3id="zed39s-omnisharp-extension-grabs-old-folder-and-causes-error">Zed's OmniSharp extension grabs old folder and causes error</h3><p>Manual deletion of the csharp folder in <strong>extensions/work</strong> within the directory where Zed software is stored might solve it.</p>
163
163
<hr>
164
-
<h1id="if-it-didn39t-work">If it didn't work</h1><ol>
164
+
<h2id="if-it-didn39t-work">If it didn't work</h2><ol>
165
165
<li>Open command palette with "Ctrl + Shift + P" on Zed.</li>
166
166
<li>Get log with <code>zed: open log</code>.</li>
167
167
<li>Throw it to AI and ask or search the error log.</li>
@@ -174,7 +174,7 @@ <h1 id="if-it-didn39t-work">If it didn't work</h1><ol>
174
174
It seems that completion across assemblies does not work until the target file is opened.
175
175
Let's open the relevant file with "Ctrl + E". Completion will start working.</p>
<ulclass="toc-list"><liclass="toc-item toc-item--level-3"><ahref="#zed39s-omnisharp-extension-grabs-old-folder-and-causes-error">Zed&#39;s OmniSharp extension grabs old folder and causes error</a></li></ul>
220
+
<ulclass="toc-list"><liclass="toc-item toc-item--level-2"><ahref="#why-unity-c-doesn39t-work-in-zed">Why Unity C# doesn&#39;t work in Zed</a></li><liclass="toc-item toc-item--level-2"><ahref="#what-you-need-before-introduction">What you need before introduction</a></li><liclass="toc-item toc-item--level-2"><ahref="#download-csharp-language-server">Download csharp-language-server</a></li><liclass="toc-item toc-item--level-2"><ahref="#link-language-server-to-zed-settings">Link language server to Zed settings</a></li><liclass="toc-item toc-item--level-3"><ahref="#zed39s-omnisharp-extension-grabs-old-folder-and-causes-error">Zed&#39;s OmniSharp extension grabs old folder and causes error</a></li><liclass="toc-item toc-item--level-2"><ahref="#if-it-didn39t-work">If it didn&#39;t work</a></li><liclass="toc-item toc-item--level-2"><ahref="#final-operation-feel">Final operation feel</a></li></ul>
0 commit comments