You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am your AI programming assistant. I can identify issues, explain and even improve code.
85
+
86
+
Currently, I have the ability to read the following details from the active editor:
87
+
- The **selected code**.
88
+
- The **relative path** of the file.
89
+
- The **error and warning** labels.
90
+
- The text cursor location.
91
+
92
+
If you'd like me to examine the entire file, simply add `/file` to the beginning of your message.
93
+
"""
94
+
)
95
+
}else{
96
+
Markdown(
97
+
"""
98
+
Hello, I am your AI programming assistant. I can identify issues, explain and even improve code.
99
+
100
+
Currently, I have the ability to read the following details from the active editor:
101
+
- The **relative path** of the file.
102
+
- The **error and warning** labels.
103
+
- The text cursor location.
104
+
105
+
If you would like me to examine the selected code, please prefix your message with `/selection`. If you would like me to examine the entire file, please prefix your message with `/file`.
0 commit comments