Skip to content

Commit

Permalink
- settings key name fix
Browse files Browse the repository at this point in the history
- update version number
  • Loading branch information
symfurkan committed Nov 23, 2020
1 parent e133e20 commit f366ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"focus",
"file explorer"
],
"version": "0.2.0",
"version": "0.2.1",
"engines": {
"vscode": "^1.50.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/focusedFolderTreeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class focusedFolderTreeView
this.settings = {
lastFocusOnLoad: vscode.workspace
.getConfiguration("focusedFolder")
.get("lastFocusOnLoad"),
.get("rememberLastFocus"),
lastFocused: this.workspaceRoot
? this.extensionContext.workspaceState.get(
"rsl-vsc-focused-folder.rememberLastFocus"
Expand Down

0 comments on commit f366ab5

Please sign in to comment.