Commit cee979b
feat: migrate from PhosphorJS to Lumino (#14320)
Migrate from the deprecated @phosphor packages to the actively
maintained @Lumino fork across the entire codebase.
- Replace all @phosphor package imports with @Lumino equivalents
- Share Lumino packages instead of PhosphorJS packages
- Update CSS selectors from .p- to .lm- class prefixes
- Adapt code to Lumino's API changes (e.g. using iconClass instead of
class in commands)
- Adapt code to Lumino's behavior and CSS changes (e.g. empty menu
behavior and focus CSS)
- Add Lumino patch for secondary window support
- Introduce a testing package to setup tests for Lumino codebase
Adopters will need to update their imports to use @Lumino instead,
update any custom CSS selectors and potentially adapt their code base.
Contributed on behalf of STMicroelectronics
Co-authored-by: Thomas Mäder <[email protected]>1 parent f29a721 commit cee979b
File tree
168 files changed
+1339
-941
lines changed- configs
- dev-packages
- cli
- patches
- src
- private-test-setup
- examples
- api-samples/src/browser
- monaco-editor-preferences
- playwright/src
- packages
- ai-core/src/browser
- ai-mcp/src/browser
- console/src/browser
- core
- src
- browser
- preferences
- shell
- tab-bar-toolbar
- style
- tree
- widgets
- common
- preferences
- debug/src
- browser
- breakpoint
- editor
- node
- editor-preview/src/browser/style
- editor/src/browser
- filesystem/src/browser
- file-dialog
- style
- git/src/browser/history
- markers/src/browser/problem
- memory-inspector/src/browser/wrapper-widgets
- metrics/src/browser
- mini-browser/src/browser
- monaco/src/browser
- style
- outline-view/src/browser
- output/src/browser
- plugin-dev/src/browser
- plugin-ext/src
- main/browser
- custom-editors
- dialogs
- style
- tabs
- view
- webview
- plugin
- status-bar
- tasks
- preferences/src/browser
- style
- util
- views
- components
- preview/src/browser
- property-view/src/browser
- scm-extra/src/browser
- history
- scm/src/browser
- search-in-workspace/src/browser
- components
- task/src/browser
- terminal/src/browser
- timeline/src/browser
- typehierarchy/src/browser/tree
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
168 files changed
+1339
-941
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
Large diffs are not rendered by default.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments