Skip to content

Commit

Permalink
Adding require alias for panelManager older extension compatibility
Browse files Browse the repository at this point in the history
* Removed in assuming that no extensions were using it adobe/brackets#11589
* Caused extension break https://github.com/jadbox/brackets-integrated-development
* and general extension issues later adobe/brackets#11960
  • Loading branch information
abose committed Nov 28, 2021
1 parent aea14e4 commit 4340a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ require.config({
map: {
"*": {
"thirdparty/CodeMirror2": "thirdparty/CodeMirror",
"thirdparty/preact" : "preact-compat"
"thirdparty/preact" : "preact-compat",
"view/PanelManager" : "view/WorkspaceManager" // For extension compatibility
}
}
});
Expand Down

0 comments on commit 4340a77

Please sign in to comment.