Skip to content

Commit

Permalink
Merge pull request #26 from Himadu2000/master
Browse files Browse the repository at this point in the history
Fix Incorrect type. Expected "object".
  • Loading branch information
manifestinteractive authored Jul 31, 2022
2 parents b97c505 + 2ffee26 commit 24cd2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function updateConfig(excludes, uri, callback, message) {

config.update('exclude', excludes, target).then(() => {
// Remove Backup since we made a manual change
vscode.workspace.getConfiguration(null, null).update('explorerExclude.backup', null).then(() => {
vscode.workspace.getConfiguration(null, null).update('explorerExclude.backup', {}).then(() => {
if (message) {
vscode.window.showInformationMessage(message);
}
Expand Down

0 comments on commit 24cd2d6

Please sign in to comment.