Skip to content

Commit

Permalink
Remove Monaco editor support
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 13, 2023
1 parent 5cb6e82 commit 42651db
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 1,193 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ jobs:
with:
node-version: ${{matrix.node}}
- run: npm install
- run: npx playwright install --with-deps
- run: npm test
strategy:
matrix:
os:
- ubuntu-latest
# We should test on Windows, because the language server deals with
# the file system.
# Currently blocked by https://github.com/remcohaszing/playwright-monaco/issues/1
# - windows-latest
- windows-latest
node:
- 18
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ It contains the following workspaces:
can handle MDX files.
* [`@mdx-js/language-server`][] provides MDX IntelliSense using the
[Language Server Protocol][].
* [`@mdx-js/monaco`][] provides MDX IntelliSense for [Monaco editor][].
* [`vscode-mdx`][] provides MDX IntelliSense and basic language support for
[Visual Studio Code][].

Expand Down Expand Up @@ -92,8 +91,6 @@ See [§ Sponsor][sponsor] on our site for how to help financially.

[MIT][] © [JounQin][]@[1stG.me][]

[`@mdx-js/monaco`]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/monaco

[`@mdx-js/language-server`]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/language-server

[`@mdx-js/language-service`]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/language-service
Expand All @@ -108,8 +105,6 @@ See [§ Sponsor][sponsor] on our site for how to help financially.

[mdx]: https://github.com/mdx-js/mdx

[monaco editor]: https://microsoft.github.io/monaco-editor/

[mit]: http://opensource.org/licenses/MIT

[sponsor]: https://mdxjs.com/community/sponsor/
Expand Down
21 changes: 0 additions & 21 deletions demo/LICENSE

This file was deleted.

52 changes: 0 additions & 52 deletions demo/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions demo/package.json

This file was deleted.

160 changes: 0 additions & 160 deletions demo/src/index.css

This file was deleted.

28 changes: 0 additions & 28 deletions demo/src/index.ejs

This file was deleted.

Loading

0 comments on commit 42651db

Please sign in to comment.