polishing the code

This commit is contained in:
Aiday Marlen Kyzy
2023-10-03 15:34:17 +02:00
parent 42a055df72
commit 506ab554f6
4 changed files with 4 additions and 1 deletions

View File

@@ -11,6 +11,6 @@ declare module 'vscode' {
*
* Ex: A quick fix should be marked AI if it invokes AI.
*/
isAi?: boolean;
isAI?: boolean;
}
}