forked from orbitrs/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsdk.code-workspace
More file actions
36 lines (36 loc) · 912 Bytes
/
sdk.code-workspace
File metadata and controls
36 lines (36 loc) · 912 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
31
32
33
34
35
36
{
"folders": [
{
"path": "."
},
{
"path": "./docs"
},
{
"path": "./examples"
},
{
"path": "./orbit"
},
{
"path": "./orlint"
},
{
"path": "./orbiton"
}
],
"settings": {
"github.copilot.chat.scopeSelection": true,
"github.copilot.nextEditSuggestions.enabled": true,
"github.copilot.nextEditSuggestions.fixes": true,
"github.copilot.chat.codesearch.enabled": true,
"github.copilot.chat.agent.thinkingTool": true,
"github.copilot.chat.editor.temporalContext.enabled": true,
"github.copilot.chat.edits.temporalContext.enabled": true,
"github.copilot.chat.generateTests.codeLens": true,
"github.copilot.chat.languageContext.fix.typescript.enabled": true,
"github.copilot.chat.languageContext.inline.typescript.enabled": true,
"github.copilot.chat.languageContext.typescript.enabled": true,
"github.copilot.chat.search.keywordSuggestions": true
}
}