@codingame/monaco-vscode-snippets-service-override 11.0.1 → 11.1.0

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-snippets-service-override",
3
- "version": "11.0.1",
3
+ "version": "11.1.0",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -26,7 +26,7 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "vscode": "npm:@codingame/monaco-vscode-api@11.0.1",
30
- "@codingame/monaco-vscode-files-service-override": "11.0.1"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@11.1.0",
30
+ "@codingame/monaco-vscode-files-service-override": "11.1.0"
31
31
  }
32
32
  }
@@ -39,7 +39,7 @@ class InsertSnippetAction extends SnippetEditorAction {
39
39
  constructor() {
40
40
  super({
41
41
  id: 'editor.action.insertSnippet',
42
- title: ( localize2(6687, "Insert Snippet")),
42
+ title: ( localize2(6686, "Insert Snippet")),
43
43
  f1: true,
44
44
  precondition: EditorContextKeys.writable,
45
45
  metadata: {
@@ -18,7 +18,7 @@ async function getSurroundableSnippets(snippetsService, model, position, include
18
18
  class SurroundWithSnippetEditorAction extends SnippetEditorAction {
19
19
  static { this.options = {
20
20
  id: 'editor.action.surroundWithSnippet',
21
- title: ( localize2(6686, "Surround with Snippet..."))
21
+ title: ( localize2(6687, "Surround with Snippet..."))
22
22
  }; }
23
23
  constructor() {
24
24
  super({