chore: Add comments to improve code readability
- Added detailed comments to the isProviderHasSetted function to enhance understandability. - Ensured comments include a brief description and the return type expectation. - Aimed to address feedback on code documentation for better maintenance. Closes #275
This commit is contained in:
parent
d44efd3e92
commit
d07a8e0c86
@ -30,6 +30,10 @@ import { registerCodeLensProvider } from './panel/codeLens';
|
||||
import { stopDevChatBase } from './handler/sendMessageBase';
|
||||
import exp from 'constants';
|
||||
|
||||
/**
|
||||
* ABC isProviderHasSetted
|
||||
* @returns
|
||||
*/
|
||||
async function isProviderHasSetted() {
|
||||
try {
|
||||
const providerProperty = "Provider.devchat";
|
||||
|
Loading…
x
Reference in New Issue
Block a user