scholarsmate commented on code in PR #702:
URL: https://github.com/apache/daffodil-vscode/pull/702#discussion_r1262822058
##########
src/classes/vscode-launch.ts:
##########
@@ -17,20 +17,7 @@
import { TDMLConfig } from './tdmlConfig'
import { DataEditorConfig } from './dataEditor'
-
-export interface InfosetOutput {
- type: string
- file: string
-}
-
-export interface LoggingConfig {
- level: string
- file: string
-}
Review Comment:
I think the `LoggingConfig` interface is generic enough and should stay here
since it can be reused by the other components, like the Data Editor.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]