@codingame/monaco-vscode-textmate-service-override
Advanced tools
Comparing version 2.2.2 to 3.0.0
{ | ||
"name": "@codingame/monaco-vscode-textmate-service-override", | ||
"version": "2.2.2", | ||
"version": "3.0.0", | ||
"keywords": [], | ||
@@ -21,7 +21,7 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@2.2.2", | ||
"vscode": "npm:@codingame/monaco-vscode-api@3.0.0", | ||
"vscode-marked": "npm:marked@=3.0.2", | ||
"vscode-oniguruma": "1.7.0", | ||
"vscode-textmate": "9.0.0", | ||
"@codingame/monaco-vscode-files-service-override": "2.2.2" | ||
"@codingame/monaco-vscode-files-service-override": "3.0.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "exports": { |
@@ -8,4 +8,3 @@ import { __decorate, __param } from './external/tslib/tslib.es6.js'; | ||
import { TokenClassificationExtensionPoints } from 'vscode/vscode/vs/workbench/services/themes/common/tokenClassificationExtensionPoint'; | ||
import { Extensions } from 'vscode/vscode/vs/workbench/common/contributions'; | ||
import { Registry } from 'vscode/vscode/vs/platform/registry/common/platform'; | ||
import { registerWorkbenchContribution2 } from 'vscode/vscode/vs/workbench/common/contributions'; | ||
import { ILifecycleService } from 'vscode/vscode/vs/workbench/services/lifecycle/common/lifecycle'; | ||
@@ -33,6 +32,7 @@ import { IInstantiationService } from 'vscode/vscode/vs/platform/instantiation/common/instantiation'; | ||
}; | ||
ExtensionPoints.ID = 'workbench.contrib.extensionPoints.textmate'; | ||
ExtensionPoints = __decorate([ | ||
( __param(0, IInstantiationService)) | ||
], ExtensionPoints); | ||
( Registry.as(Extensions.Workbench)).registerWorkbenchContribution(ExtensionPoints, 1 ); | ||
registerWorkbenchContribution2(ExtensionPoints.ID, ExtensionPoints, 1 ); | ||
function getServiceOverride() { | ||
@@ -39,0 +39,0 @@ return { |
73250
+ Added@codingame/monaco-vscode-api@3.0.0(transitive)
+ Added@codingame/monaco-vscode-base-service-override@3.0.0(transitive)
+ Added@codingame/monaco-vscode-environment-service-override@3.0.0(transitive)
+ Added@codingame/monaco-vscode-extensions-service-override@3.0.0(transitive)
+ Added@codingame/monaco-vscode-files-service-override@3.0.0(transitive)
+ Added@codingame/monaco-vscode-host-service-override@3.0.0(transitive)
+ Added@codingame/monaco-vscode-layout-service-override@3.0.0(transitive)
+ Added@codingame/monaco-vscode-quickaccess-service-override@3.0.0(transitive)
- Removed@codingame/monaco-vscode-api@2.2.2(transitive)
- Removed@codingame/monaco-vscode-base-service-override@2.2.2(transitive)
- Removed@codingame/monaco-vscode-environment-service-override@2.2.2(transitive)
- Removed@codingame/monaco-vscode-extensions-service-override@2.2.2(transitive)
- Removed@codingame/monaco-vscode-files-service-override@2.2.2(transitive)
- Removed@codingame/monaco-vscode-host-service-override@2.2.2(transitive)
- Removed@codingame/monaco-vscode-layout-service-override@2.2.2(transitive)
- Removed@codingame/monaco-vscode-quickaccess-service-override@2.2.2(transitive)
Updated@codingame/monaco-vscode-files-service-override@3.0.0