Skip to content

Commit 0505ae8

Browse files
authored
Merge pull request #373 from TypeFox/use-monaco-vscode-api
Use monaco vscode api
2 parents 2013ea2 + 1febee5 commit 0505ae8

34 files changed

Lines changed: 392 additions & 3145 deletions

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ npm run dev
101101

102102
After launching vite development server go to http://localhost:8080/packages/examples/browser/index.html
103103

104+
You can also go to http://localhost:8080/packages/examples/browser-old/index.html for the old implementation using the deprecated monaco converters
105+
104106
You can edit the client example code directly (TypeScript) and vite ensures it automatically made available
105107

106108
**Hint:** Vite serves all client code from http://localhost:8080 . You can go to the index.html and from there select if you want to open **Web Client for Node.js Language Server** or **Browser Example** as well.

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ <h1>Examples</h1>
1616
<a href="packages/examples/client/webpack/index.html">Web Client for Node.js Language Server (Webpack build)</a>
1717
<br>
1818
<a href="packages/examples/browser/index.html">Browser Example</a>
19+
<br>
20+
<a href="packages/examples/browser-old/index.html">Browser Example old (using monaco-converter)</a>
1921
</div>
2022
</body>
2123

0 commit comments

Comments
 (0)