-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
builtinsIssues related to VS Code builtin extensionsIssues related to VS Code builtin extensionsvscodeissues related to VSCode compatibilityissues related to VSCode compatibility
Description
Typescript now supports new syntax, like null coalescing and type imports. Extensions which we use cannot deal with it. I suggest we break it down to several steps:
- publish built-in extensions for April version of VS Code
- start using them in this repo
- some stuff won't work, collect issues
- fix issues
Maybe we should make it the standard practice after each VS Code release.
We could also start using them in theia-apps by introducing new insider
tag, i.e.:
latest
means stable Theia and VS Code extensionsnext
means unstable Theia but stable VS Code extensionsinsider
means unstable Theia and VS Code extensions
@eclipse-theia/ecd-theia-committers WDYT?
lmcbout, vince-fugnitto, marcdumais-work and 502647092
Metadata
Metadata
Assignees
Labels
builtinsIssues related to VS Code builtin extensionsIssues related to VS Code builtin extensionsvscodeissues related to VSCode compatibilityissues related to VSCode compatibility