@codingame/monaco-vscode-comments-service-override 11.1.0 → 11.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-comments-service-override",
3
- "version": "11.1.0",
3
+ "version": "11.1.2",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -26,8 +26,8 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "vscode": "npm:@codingame/monaco-vscode-api@11.1.0",
30
- "@codingame/monaco-vscode-chat-comments-extensions-interactive-notebook-search-common": "11.1.0",
31
- "@codingame/monaco-vscode-comments-extensions-common": "11.1.0"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@11.1.2",
30
+ "@codingame/monaco-vscode-chat-comments-extensions-interactive-notebook-search-common": "11.1.2",
31
+ "@codingame/monaco-vscode-comments-extensions-common": "11.1.2"
32
32
  }
33
33
  }
@@ -60,11 +60,11 @@ registerAction2(class extends Action2 {
60
60
  super({
61
61
  id: "editor.action.nextCommentedRangeAction" ,
62
62
  title: {
63
- value: ( localize(5335, "Go to Next Commented Range")),
63
+ value: ( localize(5306, "Go to Next Commented Range")),
64
64
  original: 'Go to Next Commented Range'
65
65
  },
66
66
  category: {
67
- value: ( localize(5336, "Comments")),
67
+ value: ( localize(5307, "Comments")),
68
68
  original: 'Comments'
69
69
  },
70
70
  menu: [{
@@ -95,11 +95,11 @@ registerAction2(class extends Action2 {
95
95
  super({
96
96
  id: "editor.action.previousCommentedRangeAction" ,
97
97
  title: {
98
- value: ( localize(5337, "Go to Previous Commented Range")),
98
+ value: ( localize(5308, "Go to Previous Commented Range")),
99
99
  original: 'Go to Previous Commented Range'
100
100
  },
101
101
  category: {
102
- value: ( localize(5336, "Comments")),
102
+ value: ( localize(5307, "Comments")),
103
103
  original: 'Comments'
104
104
  },
105
105
  menu: [{
@@ -130,11 +130,11 @@ registerAction2(class extends Action2 {
130
130
  super({
131
131
  id: "editor.action.nextCommentingRange" ,
132
132
  title: {
133
- value: ( localize(5338, "Go to Next Commenting Range")),
133
+ value: ( localize(5309, "Go to Next Commenting Range")),
134
134
  original: 'Go to Next Commenting Range'
135
135
  },
136
136
  category: {
137
- value: ( localize(5336, "Comments")),
137
+ value: ( localize(5307, "Comments")),
138
138
  original: 'Comments'
139
139
  },
140
140
  menu: [{
@@ -172,11 +172,11 @@ registerAction2(class extends Action2 {
172
172
  super({
173
173
  id: "editor.action.previousCommentingRange" ,
174
174
  title: {
175
- value: ( localize(5339, "Go to Previous Commenting Range")),
175
+ value: ( localize(5310, "Go to Previous Commenting Range")),
176
176
  original: 'Go to Previous Commenting Range'
177
177
  },
178
178
  category: {
179
- value: ( localize(5336, "Comments")),
179
+ value: ( localize(5307, "Comments")),
180
180
  original: 'Comments'
181
181
  },
182
182
  menu: [{
@@ -214,11 +214,11 @@ registerAction2(class extends Action2 {
214
214
  super({
215
215
  id: "workbench.action.toggleCommenting" ,
216
216
  title: {
217
- value: ( localize(5340, "Toggle Editor Commenting")),
217
+ value: ( localize(5311, "Toggle Editor Commenting")),
218
218
  original: 'Toggle Editor Commenting'
219
219
  },
220
220
  category: {
221
- value: ( localize(5336, "Comments")),
221
+ value: ( localize(5307, "Comments")),
222
222
  original: 'Comments'
223
223
  },
224
224
  menu: [{
@@ -238,11 +238,11 @@ registerAction2(class extends Action2 {
238
238
  super({
239
239
  id: "workbench.action.addComment" ,
240
240
  title: {
241
- value: ( localize(5341, "Add Comment on Current Selection")),
241
+ value: ( localize(5312, "Add Comment on Current Selection")),
242
242
  original: 'Add Comment on Current Selection'
243
243
  },
244
244
  category: {
245
- value: ( localize(5336, "Comments")),
245
+ value: ( localize(5307, "Comments")),
246
246
  original: 'Comments'
247
247
  },
248
248
  menu: [{
@@ -277,7 +277,7 @@ registerAction2(class extends Action2 {
277
277
  await controller.addOrToggleCommentAtLine(position, undefined);
278
278
  }
279
279
  catch (e) {
280
- notificationService.error(( localize(5342, "The cursor must be within a commenting range to add a comment")));
280
+ notificationService.error(( localize(5313, "The cursor must be within a commenting range to add a comment")));
281
281
  }
282
282
  }
283
283
  });
@@ -286,11 +286,11 @@ registerAction2(class extends Action2 {
286
286
  super({
287
287
  id: "workbench.action.focusCommentOnCurrentLine" ,
288
288
  title: {
289
- value: ( localize(5343, "Focus Comment on Current Line")),
289
+ value: ( localize(5314, "Focus Comment on Current Line")),
290
290
  original: 'Focus Comment on Current Line'
291
291
  },
292
292
  category: {
293
- value: ( localize(5336, "Comments")),
293
+ value: ( localize(5307, "Comments")),
294
294
  original: 'Comments'
295
295
  },
296
296
  f1: true,
@@ -322,7 +322,7 @@ registerAction2(class extends Action2 {
322
322
  error = true;
323
323
  }
324
324
  if (error) {
325
- notificationService.error(( localize(5344, "The cursor must be on a line with a comment to focus the comment")));
325
+ notificationService.error(( localize(5315, "The cursor must be on a line with a comment to focus the comment")));
326
326
  }
327
327
  }
328
328
  });
@@ -331,11 +331,11 @@ registerAction2(class extends Action2 {
331
331
  super({
332
332
  id: "workbench.action.collapseAllComments" ,
333
333
  title: {
334
- value: ( localize(5345, "Collapse All Comments")),
334
+ value: ( localize(5316, "Collapse All Comments")),
335
335
  original: 'Collapse All Comments'
336
336
  },
337
337
  category: {
338
- value: ( localize(5336, "Comments")),
338
+ value: ( localize(5307, "Comments")),
339
339
  original: 'Comments'
340
340
  },
341
341
  menu: [{
@@ -353,11 +353,11 @@ registerAction2(class extends Action2 {
353
353
  super({
354
354
  id: "workbench.action.expandAllComments" ,
355
355
  title: {
356
- value: ( localize(5346, "Expand All Comments")),
356
+ value: ( localize(5317, "Expand All Comments")),
357
357
  original: 'Expand All Comments'
358
358
  },
359
359
  category: {
360
- value: ( localize(5336, "Comments")),
360
+ value: ( localize(5307, "Comments")),
361
361
  original: 'Comments'
362
362
  },
363
363
  menu: [{
@@ -375,11 +375,11 @@ registerAction2(class extends Action2 {
375
375
  super({
376
376
  id: "workbench.action.expandUnresolvedComments" ,
377
377
  title: {
378
- value: ( localize(5347, "Expand Unresolved Comments")),
378
+ value: ( localize(5318, "Expand Unresolved Comments")),
379
379
  original: 'Expand Unresolved Comments'
380
380
  },
381
381
  category: {
382
- value: ( localize(5336, "Comments")),
382
+ value: ( localize(5307, "Comments")),
383
383
  original: 'Comments'
384
384
  },
385
385
  menu: [{