Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional ExtHosts - improve codesplitting/treeshaking #137

Merged
merged 45 commits into from
Jul 27, 2023
Merged

Conversation

CGNonofr
Copy link
Contributor

@CGNonofr CGNonofr commented Jul 1, 2023

based on #134

related to #136

It allows to only import some parts of a api.

It would allow for monaco-languageclient to only import what is required from the api by importing vscode/ext-hosts/languageClient only

(that's only 14 parts out of 26)

@CGNonofr CGNonofr requested a review from kaisalmen July 1, 2023 17:47
@CGNonofr CGNonofr changed the title Optional exhosts Optional ExtHosts Jul 1, 2023
@CGNonofr CGNonofr changed the title Optional ExtHosts Optional ExtHosts - improve codesplitting/treeshaking Jul 4, 2023
kaisalmen
kaisalmen previously approved these changes Jul 21, 2023
Copy link
Collaborator

@kaisalmen kaisalmen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I need to test the full stack with monaco-languageclient, so the approval of #146 is the one that counts.

@CGNonofr
Copy link
Contributor Author

LGTM. I need to test the full stack with monaco-languageclient, so the approval of #146 is the one that counts.

Yeah sure, we'll only merge the last one when everything will be reviewed

Loïc Mangeonjean added 3 commits July 25, 2023 20:13
adapt to api changes
demonstrate new feature (markdown, readonly files, new language extensions...)
@CGNonofr CGNonofr merged commit 51fbe21 into main Jul 27, 2023
1 check passed
@CGNonofr CGNonofr deleted the optional-exhosts branch July 27, 2023 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants