Skip to content

Commit

Permalink
Fix unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jun 1, 2018
1 parent 3f67280 commit d49a791
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ export default class FileConfigurationManager {
return {};
}

const config = workspace.getConfiguration(
isTypeScriptDocument(document) ? 'typescript' : 'javascript',
document.uri);

const preferences = workspace.getConfiguration(
isTypeScriptDocument(document) ? 'typescript.preferences' : 'javascript.preferences',
document.uri);
Expand Down

0 comments on commit d49a791

Please sign in to comment.