fix: Resolve command execution error in DevChat
- Reordered the registration of CodeLens provider for correctness
This commit is contained in:
parent
db62f9a30e
commit
181fe2ea2a
@ -257,7 +257,6 @@ async function activate(context: vscode.ExtensionContext) {
|
||||
await updateInvalidSettings();
|
||||
|
||||
regLanguageContext();
|
||||
registerCodeLensProvider(context);
|
||||
|
||||
regDevChatView(context);
|
||||
regTopicView(context);
|
||||
@ -284,6 +283,7 @@ async function activate(context: vscode.ExtensionContext) {
|
||||
|
||||
regPythonPathCommand(context);
|
||||
registerDevChatChatCommand(context);
|
||||
registerCodeLensProvider(context);
|
||||
|
||||
startRpcServer();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user