-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
30 lines (26 loc) · 782 Bytes
/
Copy pathplugin.yaml
File metadata and controls
30 lines (26 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
id: lumide_github_copilot
name: 'GitHub Copilot'
description: 'AI-powered code completions from GitHub Copilot.'
entry_point: 'bin/main.dart'
activation_events:
- 'onAiCompletionProvider:lumide_github_copilot.copilot'
permissions:
- shell:
- 'chmod'
- 'copilot-language-server'
- fileSystem:
- '${home}/.sofluffy/lumide/ai_providers/copilot/**'
- network:
- 'https://api.github.com/**'
- 'https://github.com/**'
- 'https://objects.githubusercontent.com/**'
configuration:
- key: copilot.languageServerPath
type: string
title: 'Custom LSP Path'
description: 'Manual path to the Copilot language server binary.'
contributes:
commands:
- id: copilot.signIn
title: 'GitHub Copilot: Sign In'
category: 'AI'