Skip to content

Commit

Permalink
Swap order of misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rianneogi authored and jacobdufault committed Jun 21, 2018
1 parent 73e4f15 commit b880cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function getClientConfig(context: ExtensionContext) {
['diagnostics.onType', 'diagnostics.onType'],
['codeLens.localVariables', 'codeLens.onLocalVariables'],
['emitInactiveRegions', 'misc.showInactiveRegions'],
['misc.discoverSystemIncludes','discoverSystemIncludes'],
['discoverSystemIncludes','misc.discoverSystemIncludes'],
['formatting.enabled', 'formatting.enabled'],
];
let clientConfig = {
Expand Down

0 comments on commit b880cb7

Please sign in to comment.