@codingame/monaco-vscode-textmate-service-override
Advanced tools
Comparing version 1.83.1 to 1.83.2
{ | ||
"name": "@codingame/monaco-vscode-textmate-service-override", | ||
"version": "1.83.1", | ||
"version": "1.83.2", | ||
"keywords": [], | ||
@@ -21,3 +21,3 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@1.83.1", | ||
"vscode": "npm:@codingame/monaco-vscode-api@1.83.2", | ||
"monaco-editor": "0.44.0", | ||
@@ -24,0 +24,0 @@ "vscode-oniguruma": "1.7.0", |
@@ -15,4 +15,4 @@ import * as resources from 'monaco-editor/esm/vs/base/common/resources.js'; | ||
console.warn(`Overwriting grammar scope name to file mapping for scope ${def.scopeName}.\n` + | ||
`Old grammar file: ${( ( existingRegistration.location.toString()))}.\n` + | ||
`New grammar file: ${( ( def.location.toString()))}`); | ||
`Old grammar file: ${( existingRegistration.location.toString())}.\n` + | ||
`New grammar file: ${( def.location.toString())}`); | ||
} | ||
@@ -19,0 +19,0 @@ } |
77004
+ Added@codingame/monaco-vscode-api@1.83.2(transitive)
- Removed@codingame/monaco-vscode-api@1.83.1(transitive)