@codingame/monaco-vscode-files-service-override 11.0.1 → 11.0.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-files-service-override",
3
- "version": "11.0.1",
3
+ "version": "11.0.2",
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@11.0.1"
29
+ "vscode": "npm:@codingame/monaco-vscode-api@11.0.2"
30
30
  }
31
31
  }
@@ -61,7 +61,7 @@ let TextFileEditorModelManager = class TextFileEditorModelManager extends Dispos
61
61
  return {
62
62
  onSaveError(error, model) {
63
63
  notificationService.error(( localize(
64
- 9982,
64
+ 9990,
65
65
  "Failed to save '{0}': {1}",
66
66
  model.name,
67
67
  toErrorMessage(error, false)