-
Notifications
You must be signed in to change notification settings - Fork 49
Update to VScode 1.101.0 #639
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done! looks really good
'vs/workbench/services/extensionManagement/common/media/defaultIcon.png': new URL( | ||
'../../vscode/src/vs/workbench/services/extensionManagement/common/media/defaultIcon.png', | ||
import.meta.url | ||
).toString(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened to that icon? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was removed in this commit
demo/src/setup.common.ts
Outdated
@@ -76,7 +76,6 @@ import getSurveyServiceOverride from '@codingame/monaco-vscode-survey-service-ov | |||
import getUpdateServiceOverride from '@codingame/monaco-vscode-update-service-override' | |||
import getExplorerServiceOverride from '@codingame/monaco-vscode-explorer-service-override' | |||
import getLocalizationServiceOverride from '@codingame/monaco-vscode-localization-service-override' | |||
import getTreeSitterServiceOverride from '@codingame/monaco-vscode-treesitter-service-override' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happened to that service override?
I'm still able to find related services in the VSCode code base, like ITreeSitterLibraryService
or ITreeSitterThemeService
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had missed these 2 new services they added. Here's the fix (which rollback the removal of the service override): 1cdba72
I hope what I've done is correct 😅
I tested all the mode combinations in the demo, doing all the actions I had in mind. I didn't see an error anywhere