Skip to content

Commit 9d3e62d

Browse files
authored
chore: Rename group 9_sync to 9_configuration (#480)
1 parent 4d15548 commit 9d3e62d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
{
499499
"command": "java.project.update",
500500
"when": "view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\b\\+uri\\b)(?=.*?\\b\\+(maven|gradle)\\b)/",
501-
"group": "9_sync@10"
501+
"group": "9_configuration@10"
502502
}
503503
]
504504
},

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import { EventCounter } from "./utility";
1515
import { DependencyExplorer } from "./views/dependencyExplorer";
1616

1717
export async function activate(context: ExtensionContext): Promise<void> {
18-
await initExpService(context);
1918
contextManager.initialize(context);
2019
await initializeFromJsonFile(context.asAbsolutePath("./package.json"), { firstParty: true });
20+
await initExpService(context);
2121
await instrumentOperation("activation", activateExtension)(context);
2222
contextManager.setContextValue(Context.EXTENSION_ACTIVATED, true);
2323
contextManager.setContextValue(Context.SUPPORTED_BUILD_FILES, Build.FILE_NAMES);

0 commit comments

Comments
 (0)