Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-semantic-search/workspace0.conversation.json
13397 views
1
[
2
{
3
"question": "toolcallresult",
4
"stateFile": "./workspaceState.state.json",
5
"keywords":[
6
"LanguageModelToolResult",
7
"LanguageModelToolResultPart"
8
]
9
},
10
{
11
"question": "register language model",
12
"stateFile": "./workspaceState.state.json",
13
"keywords":[
14
"registerLanguageModel",
15
"registerLanguageModelProvider"
16
]
17
},
18
{
19
"question": "settings tree setting element",
20
"stateFile": "./workspaceState.state.json",
21
"keywords":[
22
"class SettingsTreeSettingElement"
23
]
24
},
25
{
26
"question": "policy watcher",
27
"stateFile": "./workspaceState.state.json",
28
"keywords":[
29
"class NativePolicyService"
30
]
31
},
32
{
33
"question": "markdown cell notebook",
34
"stateFile": "./workspaceState.state.json",
35
"keywords":[
36
"MarkupCell"
37
]
38
},
39
{
40
"question": "notebook save participants",
41
"stateFile": "./workspaceState.state.json",
42
"keywords":[
43
"extends NotebookSaveParticipant",
44
"SaveParticipantsContribution"
45
]
46
},
47
{
48
"question": "registerChatProvider",
49
"stateFile": "./workspaceState.state.json",
50
"keywords":[
51
"registerChatResponseProvider",
52
"registerChatModelProvider"
53
]
54
},
55
{
56
"question": "outline element renderer",
57
"stateFile": "./workspaceState.state.json",
58
"keywords":[
59
"NotebookOutlineRenderer",
60
"NotebookOutlineTemplate"
61
]
62
},
63
{
64
"question": "notebook cursor controller",
65
"stateFile": "./workspaceState.state.json",
66
"keywords":[
67
"NotebookMultiCursor",
68
"CursorsController"
69
]
70
},
71
{
72
"question": "notebook global toolbar",
73
"stateFile": "./workspaceState.state.json",
74
"keywords":[
75
"NotebookEditorWorkbenchToolbar"
76
]
77
},
78
{
79
"question": "notebook execution format",
80
"stateFile": "./workspaceState.state.json",
81
"keywords":[
82
"formatOnCellExecution",
83
"FormatOnCellExecutionParticipant",
84
"onWillExecuteFormat"
85
]
86
},
87
{
88
"question": "dependency injection",
89
"stateFile": "./workspaceState.state.json",
90
"keywords":[
91
"class InstantiationService"
92
]
93
},
94
{
95
"question": "snippet parser",
96
"stateFile": "./workspaceState.state.json",
97
"keywords":[
98
"class SnippetParser"
99
]
100
},
101
{
102
"question": "menu item registry",
103
"stateFile": "./workspaceState.state.json",
104
"keywords":[
105
"export const MenuRegistry: IMenuRegistry"
106
]
107
},
108
{
109
"question": "text buffer data structure",
110
"stateFile": "./workspaceState.state.json",
111
"keywords":[
112
"class PieceTreeTextBuffer"
113
]
114
},
115
{
116
"question": "notebook word highlight",
117
"stateFile": "./workspaceState.state.json",
118
"keywords":[
119
"class NotebookSelectionHighlighter"
120
]
121
},
122
{
123
"question": "output mimetype picker",
124
"stateFile": "./workspaceState.state.json",
125
"keywords":[
126
"_pickActiveMimeTypeRenderer"
127
]
128
},
129
{
130
"question": "multi model word highlight",
131
"stateFile": "./workspaceState.state.json",
132
"keywords":[
133
"class MultiModelOccurenceRequest"
134
]
135
},
136
{
137
"question": "create new comment thread",
138
"stateFile": "./workspaceState.state.json",
139
"keywords":[
140
"async createCommentThreadTemplate"
141
]
142
},
143
{
144
"question": "image output context menu",
145
"stateFile": "./workspaceState.state.json",
146
"keywords":[
147
"data-vscode-context",
148
"preventDefaultContextMenuItems"
149
]
150
},
151
{
152
"question": "add files to chat",
153
"stateFile": "./workspaceState.state.json",
154
"keywords":[
155
"workbench.action.chat.attachFile"
156
]
157
},
158
{
159
"question": "whenExtensionReady",
160
"stateFile": "./workspaceState.state.json",
161
"keywords":[
162
"whenExtensionsReady"
163
]
164
},
165
{
166
"question": "save participants",
167
"stateFile": "./workspaceState.state.json",
168
"keywords":[
169
"async participate",// TODO is it AND or OR?
170
"ITextFileSaveParticipant",
171
"IStoredFileWorkingCopySaveParticipant"
172
]
173
},
174
{
175
"question": "notebook outline",
176
"stateFile": "./workspaceState.state.json",
177
"keywords":[
178
"class NotebookCellOutline",
179
"implements IOutline"
180
]
181
},
182
{
183
"question": "alt key language hover",
184
"stateFile": "./workspaceState.state.json",
185
"keywords":[
186
"altListener",
187
"keydownEvent"
188
]
189
},
190
{
191
"question": "notebook execution participant",
192
"stateFile": "./workspaceState.state.json",
193
"keywords": [
194
"ICellExecutionParticipant",
195
"CellExecutionParticipantsContribution",
196
"onWillExecuteCell"
197
]
198
}
199
]
200