@theia/monaco 1.57.0-next.37 → 1.57.0-next.63

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -61,7 +61,7 @@ For initial testing, it's easier to point dependencies to your local VSCode.
61
61
 
62
62
  > Using `link:` means that if you subsequently make changes on the VSCode side, you only need to rebuild VSCode and then rebuild Theia to see the effects.
63
63
 
64
- 3. Delete your `node_modules` and `yarn` and build Theia.
64
+ 3. Delete your `node_modules` and `npm install` and build Theia.
65
65
  4. Fix any build errors.
66
66
  5. Uncomment the `bindMonacoPreferenceExtractor` function in `examples/api-samples/src/browser/monaco-editor-preferences/monaco-editor-preference-extractor.ts` and run the commands there. Fix the `EditorGeneratedPreferenceSchema` as necessary, and add or remove validations from the `MonacoFrontendApplicationContribution` as appropriate.
67
67
  6. Look for comments that indicate forced types or other code smells that would prevent a build error from being thrown where it should be thrown and check that the assertion still applies.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@theia/monaco",
3
- "version": "1.57.0-next.37+4e3b183da",
3
+ "version": "1.57.0-next.63+9b81e92a6",
4
4
  "description": "Theia - Monaco Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.57.0-next.37+4e3b183da",
7
- "@theia/editor": "1.57.0-next.37+4e3b183da",
8
- "@theia/filesystem": "1.57.0-next.37+4e3b183da",
9
- "@theia/markers": "1.57.0-next.37+4e3b183da",
6
+ "@theia/core": "1.57.0-next.63+9b81e92a6",
7
+ "@theia/editor": "1.57.0-next.63+9b81e92a6",
8
+ "@theia/filesystem": "1.57.0-next.63+9b81e92a6",
9
+ "@theia/markers": "1.57.0-next.63+9b81e92a6",
10
10
  "@theia/monaco-editor-core": "1.83.101",
11
- "@theia/outline-view": "1.57.0-next.37+4e3b183da",
12
- "@theia/workspace": "1.57.0-next.37+4e3b183da",
11
+ "@theia/outline-view": "1.57.0-next.63+9b81e92a6",
12
+ "@theia/workspace": "1.57.0-next.63+9b81e92a6",
13
13
  "fast-plist": "^0.1.2",
14
14
  "idb": "^4.0.5",
15
15
  "jsonc-parser": "^2.2.0",
@@ -57,5 +57,5 @@
57
57
  "nyc": {
58
58
  "extends": "../../configs/nyc.json"
59
59
  },
60
- "gitHead": "4e3b183daab034ae86eaa610421d4d9791ffdaa5"
60
+ "gitHead": "9b81e92a60cfa0d08fa0070aa80779bc4743505e"
61
61
  }