Skip to content
Discussion options

You must be logged in to vote

Updated:

The OLD solution below doesn't actually work completely. It gets close, but it's so strict that built-in library references stop working. e.g., Trying to control-click Proxy / Map fails, and none of them provide intellisense.

I developed a full working solution here. It started off with the OLD solution, but got more involved as I went on:
https://github.com/CodeSmith32/WebScripts/blob/main/src/includes/services/monacoService.ts#L65-L245

The main 'configure' entrypoint method is here:
https://github.com/CodeSmith32/WebScripts/blob/main/src/includes/services/monacoService.ts#L149


OLD:

The gist of the solution:

  • First I set all other config options to true in the modeConfig option…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CodeSmith32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant