Skip to content

Commit 1407635

Browse files
committed
profile updates
1 parent 25d1296 commit 1407635

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/remix-ide/src/app/plugins/copilot/suggestion-service/copilot-suggestion.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ const _paq = (window._paq = window._paq || []) //eslint-disable-line
55
const profile = {
66
name: 'copilot-suggestion',
77
displayName: 'copilot-suggestion',
8-
description: 'copilot-suggestion',
9-
methods: ['suggest', 'init', 'uninstall', 'status', 'isActivate']
8+
description: 'Get Solidity suggestions in editor',
9+
methods: ['suggest', 'init', 'uninstall', 'status', 'isActivate'],
10+
version: '0.1.0-alpha',
11+
maintainedBy: "Remix"
1012
}
1113

1214
export class CopilotSuggestion extends Plugin {

0 commit comments

Comments
 (0)