You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
816 B
19 lines
816 B
|
5 days ago
|
<application>
|
||
|
|
<component name="CodeGPT_ConfigurationSettings_210">
|
||
|
|
<option name="screenshotWatchPaths">
|
||
|
|
<list>
|
||
|
|
<option value="$USER_HOME$/Desktop" />
|
||
|
|
<option value="$USER_HOME$/Pictures" />
|
||
|
|
</list>
|
||
|
|
</option>
|
||
|
|
<option name="tableData">
|
||
|
|
<map>
|
||
|
|
<entry key="Explain" value="Explain the selected code {{selectedCode}}" />
|
||
|
|
<entry key="Find Bugs" value="Find bugs and output code with bugs fixed in the following code: {{selectedCode}}" />
|
||
|
|
<entry key="Optimize" value="Optimize the selected code {{selectedCode}}" />
|
||
|
|
<entry key="Refactor" value="Refactor the selected code {{selectedCode}}" />
|
||
|
|
<entry key="Write Tests" value="Write Tests for the selected code {{selectedCode}}" />
|
||
|
|
</map>
|
||
|
|
</option>
|
||
|
|
</component>
|
||
|
|
</application>
|