We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1442d commit eefde15Copy full SHA for eefde15
plugins/plugin-codeflare/src/controller/terminal.tsx
@@ -82,7 +82,7 @@ class TaskTerminal extends React.PureComponent<Props, State> {
82
83
this.setState({
84
cmdline,
85
- env,
+ env: Object.assign({}, env, { MWCLEAR: "true" }),
86
})
87
} catch (error) {
88
console.error("Error initializing command line", error)
0 commit comments