Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/src/extension/test/node/fixtures/gitdiff/03-large-many-changes.diff
13406 views
1
diff --git a/03-large b/03-large-many-changes
2
index 19747c8bd..67c166dc6 100644
3
--- a/03-large
4
+++ b/03-large-many-changes
5
@@ -3,17 +3,11 @@
6
"displayName": "GitHub Copilot Chat",
7
"description": "AI chat features powered by Copilot",
8
"version": "0.12.0",
9
- "build": "1",
10
- "internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
11
- "ariaKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
12
"buildType": "dev",
13
"publisher": "GitHub",
14
"homepage": "https://github.com/features/copilot",
15
"license": "SEE LICENSE IN LICENSE.txt",
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/microsoft/vscode-copilot-release"
19
- },
20
+
21
"bugs": {
22
"url": "https://aka.ms/microsoft/vscode-copilot-release"
23
},
24
@@ -25,6 +19,10 @@
25
"npm": ">=9.0.0",
26
"node": ">=18.0.0"
27
},
28
+ "repository": {
29
+ "type": "git",
30
+ "url": "https://github.com/microsoft/vscode-copilot-release"
31
+ },
32
"categories": [
33
"Programming Languages",
34
"Machine Learning",
35
@@ -38,46 +36,31 @@
36
"pilot",
37
"snippets",
38
"documentation",
39
- "autocomplete",
40
- "intellisense",
41
- "refactor",
42
- "javascript",
43
- "python",
44
- "typescript",
45
- "php",
46
- "go",
47
- "golang",
48
- "ruby",
49
- "c++",
50
- "c#",
51
- "java",
52
- "kotlin",
53
- "co-pilot"
54
],
55
"badges": [
56
- {
57
- "url": "https://img.shields.io/badge/GitHub%20Copilot-Subscription%20Required-orange",
58
- "href": "https://github.com/github-copilot/signup",
59
- "description": "%github.copilot.badge.signUp%"
60
- },
61
- {
62
- "url": "https://img.shields.io/github/stars/github/copilot-docs?style=social",
63
- "href": "https://github.com/github/copilot-docs",
64
- "description": "%github.copilot.badge.star%"
65
- },
66
- {
67
- "url": "https://img.shields.io/youtube/channel/views/UC7c3Kb6jYCRj4JOHHZTxKsQ?style=social",
68
- "href": "https://www.youtube.com/@GitHub/search?query=copilot",
69
- "description": "%github.copilot.badge.youtube%"
70
- },
71
- {
72
- "url": "https://img.shields.io/twitter/follow/github?style=social",
73
- "href": "https://twitter.com/github",
74
- "description": "%github.copilot.badge.twitter%"
75
- }
76
+ {
77
+ "url": "https://img.shields.io/badge/GitHub%20Copilot-Subscription%20Required-orange",
78
+ "href": "https://github.com/github-copilot/signup",
79
+ "description": "%github.copilot.badge.signUp%"
80
+ },
81
+ {
82
+ "url": "https://img.shields.io/github/stars/github/copilot-docs?style=social",
83
+ "href": "https://github.com/github/copilot-docs",
84
+ "description": "%github.copilot.badge.star%"
85
+ },
86
+ {
87
+ "url": "https://img.shields.io/youtube/channel/views/UC7c3Kb6jYCRj4JOHHZTxKsQ?style=social",
88
+ "href": "https://www.youtube.com/@GitHub/search?query=copilot",
89
+ "description": "%github.copilot.badge.youtube%"
90
+ },
91
+ {
92
+ "url": "https://img.shields.io/twitter/follow/github?style=social",
93
+ "href": "https://twitter.com/github",
94
+ "description": "%github.copilot.badge.twitter%"
95
+ }
96
],
97
"activationEvents": [
98
- "onStartupFinished"
99
+ "onStartupFinished"
100
],
101
"main": "./dist/extension",
102
"l10n": "./l10n",
103
@@ -119,6 +102,11 @@
104
"contents": "%github.copilot.viewsWelcome.individual%",
105
"when": "github.copilot.interactiveSession.individual.disabled"
106
},
107
+ {
108
+ "view": "workbench.panel.chat.view.copilot",
109
+ "contents": "%github.copilot.viewsWelcome.offline%",
110
+ "when": "github.copilot.offline"
111
+ }
112
{
113
"view": "workbench.panel.chat.view.copilot",
114
"contents": "%github.copilot.viewsWelcome.individual.expired%",
115
@@ -128,12 +116,8 @@
116
"view": "workbench.panel.chat.view.copilot",
117
"contents": "%github.copilot.viewsWelcome.enterprise%",
118
"when": "github.copilot.interactiveSession.enterprise.disabled"
119
- },
120
- {
121
- "view": "workbench.panel.chat.view.copilot",
122
- "contents": "%github.copilot.viewsWelcome.offline%",
123
- "when": "github.copilot.offline"
124
}
125
+
126
],
127
"commands": [
128
{
129
@@ -142,6 +126,9 @@
130
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
131
"category": "GitHub Copilot"
132
},
133
+
134
+
135
+
136
{
137
"command": "github.copilot.interactiveEditor.generate",
138
"title": "%github.copilot.command.generateThis%",
139
@@ -203,12 +190,6 @@
140
"command": "github.copilot.terminal.suggestCommand",
141
"title": "%github.copilot.command.suggestCommand%",
142
"category": "GitHub Copilot"
143
- },
144
- {
145
- "command": "github.copilot.git.generateCommitMessage",
146
- "title": "%github.copilot.git.generateCommitMessage%",
147
- "icon": "$(sparkle)",
148
- "category": "GitHub Copilot"
149
}
150
],
151
"configuration": {
152
@@ -246,13 +227,13 @@
153
"Deutsch",
154
"español",
155
"русский",
156
- "中文(简体)",
157
+ "中文中文(简体)",
158
"中文(繁體)",
159
"日本語",
160
"한국어",
161
"čeština",
162
"português",
163
- "Türkçe",
164
+ "中文Türkçe",
165
"polski"
166
],
167
"default": "auto",
168
@@ -340,10 +321,7 @@
169
"command": "github.copilot.interactiveSession.feedback",
170
"when": "github.copilot-chat.activated && !github.copilot.interactiveSession.disabled"
171
},
172
- {
173
- "command": "github.copilot.debug.workbenchState",
174
- "when": "true"
175
- },
176
+
177
{
178
"command": "github.copilot.terminal.explainTerminalSelectionContextMenu",
179
"when": "false"
180
@@ -351,6 +329,10 @@
181
{
182
"command": "github.copilot.git.generateCommitMessage",
183
"when": "false"
184
+ },
185
+ {
186
+ "command": "github.copilot.debug.workbenchState",
187
+ "when": "true"
188
}
189
],
190
"view/title": [
191
@@ -489,10 +471,6 @@
192
"@types/react-dom": "^18.2.17",
193
"@types/sinon": "^17.0.2",
194
"@types/tar": "^6.1.10",
195
- "@types/vscode": "^1.85.0",
196
- "@typescript-eslint/eslint-plugin": "^6.13.2",
197
- "@typescript-eslint/parser": "^6.13.2",
198
- "@typescript-eslint/typescript-estree": "^6.13.2",
199
"@vscode/dts": "^0.4.0",
200
"@vscode/test-cli": "^0.0.4",
201
"@vscode/test-electron": "^2.3.8",
202
@@ -562,11 +540,5 @@
203
"source-map-support": "^0.5.21",
204
"vscode-tas-client": "^0.1.75",
205
"web-tree-sitter": "^0.20.8"
206
- },
207
- "lint-staged": {
208
- "!(test/simulation/fixtures/**|.test-scenarios/**)*.{ts,js}": [
209
- "npm run tsfmt --",
210
- "npm run lint-staged --"
211
- ]
212
}
213
}
214
215