Skip to content

Commit 1b6a205

Browse files
committed
New commit to remove configurable option
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
1 parent 2d049a8 commit 1b6a205

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -481,11 +481,6 @@
481481
"default": false,
482482
"description": "If enabled, when the user tries to delete a directory, they will be asked to confirm the deletion by typing in the directory's name."
483483
},
484-
"code-for-ibmi.showDateSearchButton": {
485-
"type": "boolean",
486-
"default": true,
487-
"description": "If enabled, will show the 'Date search' button in the status bar when source dates with diff mode is enabled."
488-
},
489484
"code-for-ibmi.terminals.5250.openInEditorArea": {
490485
"type": "boolean",
491486
"default": true,

src/filesystems/qsys/QSysFs.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ export class QSysFS implements vscode.FileSystemProvider {
5555
this.sourceDateHandler = new SourceDateHandler(context);
5656
this.extendedContent = new ExtendedIBMiContent(this.sourceDateHandler);
5757

58-
context.subscriptions.push(
59-
onCodeForIBMiConfigurationChange(["connectionSettings", "showDateSearchButton"], () => this.updateMemberSupport()),
60-
);
61-
6258
instance.subscribe(
6359
context,
6460
'connected',

0 commit comments

Comments
 (0)