feat: Monaco Mode - Phase 2 - Mode & Worker#1459
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1459 +/- ##
==========================================
- Coverage 58.98% 58.80% -0.18%
==========================================
Files 60 60
Lines 3023 3042 +19
Branches 796 811 +15
==========================================
+ Hits 1783 1789 +6
- Misses 1194 1207 +13
Partials 46 46
Continue to review full report at Codecov.
|
5f2e990 to
ae29b0a
Compare
87bd8b2 to
f3a69f2
Compare
a8e5f1e to
9ef2d47
Compare
| "typings": "dist/monaco.contribution.d.ts", | ||
| "contributors": [ | ||
| { | ||
| "name": "Peng Lyu", |
There was a problem hiding this comment.
@rebornix gave you credit since you created most of the features! haha
f692a1c to
5654c58
Compare
c9bbac2 to
62a22b4
Compare
|
to preview the monaco branch, append the slash /monaco path: |
2eef81c to
7b6a91b
Compare
d1b1cc4 to
279c327
Compare
| { | ||
| "name": "monaco-graphql", | ||
| "description": "full service, official monaco mode for GraphQL", | ||
| "version": "2.3.4-alpha.5", |
There was a problem hiding this comment.
we can decide what this should be before we release a stable version, but I'll probably just change it to something like 0.1.0 for the first pre-release
279c327 to
10525dc
Compare
Co-authored-by: Rikki Schulte <[email protected]>
10525dc to
8722551
Compare
For the second phase, we will implement a monaco mode and worker, and we only support completion and maybe diagnostics. Summarized more completely in #1445
Outcomes
packages/monaco-graphqlandexamples/monaco-webpackTodo
Another PR?
Scoped to only completion for now. Other features will be iterative
How to Develop/Test
yarn --forceyarn tsc --watch(one time)yarn build-tsexamples/monaco-graphql:yarn start