-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
custom-editor: remove 'editor-preview` coupling
The following commit removes the unnecessary coupling to `@theia/editor-preview` from `custom-editor` functionality contributed by the plugin-system. Adding the coupling was a breaking change for downstream applications who were not expecting `@theia/editor-preview` from being contributed, and meant it was difficult to opt-out. The coupling was introduced to add unused typing so it is safe to remove. Signed-off-by: vince-fugnitto <[email protected]>
- Loading branch information
1 parent
85bffae
commit b0ed2ac
Showing
3 changed files
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,9 +73,6 @@ | |
}, | ||
{ | ||
"path": "../workspace/compile.tsconfig.json" | ||
}, | ||
{ | ||
"path": "../editor-preview/compile.tsconfig.json" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters