| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…nd added type-guard for inlineCompletionItems
…ts without .ts extensions
There was a problem hiding this comment.
Thank you for the refactor! Left one comment, and then I can test this and get this merged!
Sorry, something went wrong.
| "sourceMap": true, | ||
| "outDir": "dist", | ||
| "moduleResolution": "node", | ||
| "moduleResolution": "Bundler", |
There was a problem hiding this comment.
What's the reason for changing the module resolution to Bundler?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Refactored MonacoInlineCompletion into its own file to reuse the class to redefine some interfaces as interface generics in accordance with the monaco-editor API because MonacoInlineCompletion is after all an implementation of the monaco.languages.InlineCompletion interface.
Also added the following type-guard for inlineCompletionItems to remove the type assertion as monaco.languages.InlineCompletion[]