mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Turn off HotExit due to regression (#357)
This commit is contained in:
@@ -366,7 +366,9 @@ export abstract class TextFileService implements ITextFileService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Hot exit
|
// Hot exit
|
||||||
const hotExitMode = configuration && configuration.files ? configuration.files.hotExit : HotExitConfiguration.ON_EXIT;
|
// {{SQL CARBON EDIT}}
|
||||||
|
// const hotExitMode = configuration && configuration.files ? configuration.files.hotExit : HotExitConfiguration.ON_EXIT;
|
||||||
|
const hotExitMode = HotExitConfiguration.OFF;
|
||||||
if (hotExitMode === HotExitConfiguration.OFF || hotExitMode === HotExitConfiguration.ON_EXIT_AND_WINDOW_CLOSE) {
|
if (hotExitMode === HotExitConfiguration.OFF || hotExitMode === HotExitConfiguration.ON_EXIT_AND_WINDOW_CLOSE) {
|
||||||
this.configuredHotExit = hotExitMode;
|
this.configuredHotExit = hotExitMode;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user