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: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,17 @@ A *Windows Runtime Component* wrapper around the web-based [Monaco Editor](https
4
4
5
5
This project is not affiliated with the Monaco team and is provided for convenience. Please direct issues related to the use of this control wrapper to this repository.
6
6
7
+
This control is still in an early alpha state.
8
+
9
+
Usage
10
+
-----
11
+
12
+
An x64 NuGet Package is provided.
13
+
14
+
```
15
+
Install-Package Monaco.Editor
16
+
```
17
+
7
18
Build Notes
8
19
-----------
9
20
Built using Visual Studio 2017 for Windows 10 14393 and above.
0 commit comments