We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32991eb commit a31f879Copy full SHA for a31f879
1 file changed
src/override/vs/workbench/services/textfile/common/textFileEditorModel.js
@@ -1,5 +1,5 @@
1
export * from 'vs/workbench/services/textfile/common/textFileEditorModel'
2
3
-// Replace right BaseTextEditor implementation by an empty class
+// Replace right TextFileEditorModel implementation by an empty class
4
// This class is only used in an `instanceof` always false but pulls a lot of code
5
export class TextFileEditorModel {}
0 commit comments