-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Implement SelectionRange and SelectionRangeProvider #6623
Labels
help wanted
issues meant to be picked up, require help
languages
issue related to languages
monaco
issues related to monaco
Team: Che-Editors
issues regarding the che-editors team
vscode
issues related to VSCode compatibility
Comments
14 tasks
Right now html and css coming from monaco. It's baked in the generator:
We should make it optional somehow. Otherwise there would be duplicate proposals from monaco and vs code built-in extensions. |
8 tasks
akosyakov
added
help wanted
issues meant to be picked up, require help
monaco
issues related to monaco
labels
Jan 15, 2020
1 task
60 tasks
12 tasks
Implemented via #7534 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
issues meant to be picked up, require help
languages
issue related to languages
monaco
issues related to monaco
Team: Che-Editors
issues regarding the che-editors team
vscode
issues related to VSCode compatibility
Description
css-language-features
,html-language-features
,json-language-features
builtin extensions failed due to unimplemented VS Code API.https://github.com/Microsoft/vscode/blob/8795a9889db74563ddd43eb0a897a2384129a619/src/vs/vscode.d.ts#L3842
https://github.com/Microsoft/vscode/blob/8795a9889db74563ddd43eb0a897a2384129a619/src/vs/vscode.d.ts#L3863
The text was updated successfully, but these errors were encountered: