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: components/dashboard/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The dashboard is written in TypeScript and React. For styling it uses TailwindCSS which is a bit nicer than inlining CSS as it supports pseudo classes and a is a little more abstract/reusable.
4
4
5
-
The App.tsx is the entry point for the SPA and it uses React-Router to register all pages.
5
+
The `App.tsx` is the entry point for the SPA and it uses React-Router to register all pages.
<pclassName="text-gray-500 text-sm">We're preserving all <spanclassName="font-bold">user settings and extensions</span>.</p>
53
+
<pclassName="text-gray-400 text-xs">Extensions you have manually uploaded are not transfered. You'll need to search and install those extensions through the extension panel in VS Code.</p>
54
+
</div>
55
+
</li>
56
+
<liclassName="ml-5">
57
+
<div>
58
+
<pclassName="text-gray-500 text-sm">We've reduced the number of <spanclassName="font-bold">pre-installed extensions</span>.</p>
59
+
<pclassName="text-gray-400 text-xs">The old editor would come with extensions for the most popular programming languages pre-installed. You are now freed from that additional bloat but should consider installing any extensions you miss.</p>
60
+
</div>
61
+
</li>
62
+
<liclassName="ml-5">
63
+
<div>
64
+
<pclassName="text-gray-500 text-sm">You can still <spanclassName="font-bold">switch the editor back</span> to the old one.</p>
65
+
<pclassName="text-gray-400 text-xs">In case you run into trouble with the new IDE, you can go to the settings and switch back to the old editor (Theia).</p>
0 commit comments