File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 498
498
{
499
499
"command" : " java.project.update" ,
500
500
"when" : " view == javaProjectExplorer && viewItem =~ /java:project(?=.*?\\ b\\ +uri\\ b)(?=.*?\\ b\\ +(maven|gradle)\\ b)/" ,
501
- "group" : " 9_sync @10"
501
+ "group" : " 9_configuration @10"
502
502
}
503
503
]
504
504
},
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import { EventCounter } from "./utility";
15
15
import { DependencyExplorer } from "./views/dependencyExplorer" ;
16
16
17
17
export async function activate ( context : ExtensionContext ) : Promise < void > {
18
- await initExpService ( context ) ;
19
18
contextManager . initialize ( context ) ;
20
19
await initializeFromJsonFile ( context . asAbsolutePath ( "./package.json" ) , { firstParty : true } ) ;
20
+ await initExpService ( context ) ;
21
21
await instrumentOperation ( "activation" , activateExtension ) ( context ) ;
22
22
contextManager . setContextValue ( Context . EXTENSION_ACTIVATED , true ) ;
23
23
contextManager . setContextValue ( Context . SUPPORTED_BUILD_FILES , Build . FILE_NAMES ) ;
You can’t perform that action at this time.
0 commit comments