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-1
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-sm">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-sm">The Theia-based editor included pre-installed extensions for the most popular programming languages which was convenienvt for starters but added additional bloat. You can now install any extensions you need and leave out those you don't.</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</span> to Theia.</p>
65
+
<pclassName="text-gray-400 text-sm">In case you run into trouble with the new IDE, you can go to the settings and switch back to the Theia-based editor.</p>
0 commit comments