@codingame/monaco-vscode-explorer-service-override 7.1.1 → 8.0.1

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-explorer-service-override",
3
- "version": "7.1.1",
3
+ "version": "8.0.1",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -26,6 +26,6 @@
26
26
  }
27
27
  },
28
28
  "dependencies": {
29
- "vscode": "npm:@codingame/monaco-vscode-api@7.1.1"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@8.0.1"
30
30
  }
31
31
  }
@@ -305,7 +305,7 @@ MenuRegistry.appendMenuItem(MenuId.OpenEditorsContext, {
305
305
  order: 20,
306
306
  command: {
307
307
  id: REVERT_FILE_COMMAND_ID,
308
- title: ( localize(2154, "Revert File")),
308
+ title: ( localize(2149, "Revert File")),
309
309
  precondition: OpenEditorsDirtyEditorContext
310
310
  },
311
311
  when: ( (ContextKeyExpr.and(