-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean: force replace by empty implementations to reduce bundle size
- Loading branch information
Loïc Mangeonjean
committed
Jun 5, 2023
1 parent
51c4cdf
commit 0e76a8f
Showing
6 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/override/vs/workbench/contrib/notebook/browser/contrib/find/findMatchDecorationModel.js
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export class FindMatchDecorationModel {} |
1 change: 1 addition & 0 deletions
1
src/override/vs/workbench/contrib/notebook/browser/contrib/find/notebookFindWidget.js
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export class NotebookFindContrib {} |
1 change: 1 addition & 0 deletions
1
src/override/vs/workbench/contrib/notebook/browser/notebookEditor.js
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export class NotebookEditor {} |
1 change: 1 addition & 0 deletions
1
src/override/vs/workbench/contrib/notebook/browser/notebookEditorWidget.js
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export class NotebookEditorWidget {} |
5 changes: 5 additions & 0 deletions
5
src/override/vs/workbench/contrib/notebook/common/notebookEditorInput.js
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export class NotebookEditorInput {} | ||
|
||
export function isCompositeNotebookEditorInput () { | ||
return false | ||
} |
1 change: 1 addition & 0 deletions
1
src/override/vs/workbench/contrib/search/browser/searchFindInput.js
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
export class SearchFindInput {} |