@codingame/monaco-vscode-extensions-service-override
Advanced tools
Comparing version 1.85.0 to 1.85.1
{ | ||
"name": "@codingame/monaco-vscode-extensions-service-override", | ||
"version": "1.85.0", | ||
"version": "1.85.1", | ||
"keywords": [], | ||
@@ -21,7 +21,7 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@1.85.0", | ||
"vscode": "npm:@codingame/monaco-vscode-api@1.85.1", | ||
"monaco-editor": "0.45.0", | ||
"vscode-semver": "npm:semver@=5.5.0", | ||
"@codingame/monaco-vscode-files-service-override": "1.85.0" | ||
"@codingame/monaco-vscode-files-service-override": "1.85.1" | ||
} | ||
} |
@@ -12,7 +12,7 @@ import { __decorate, __param } from '../../../../../../external/tslib/tslib.es6.js'; | ||
import { IChatWidgetService } from 'vscode/vscode/vs/workbench/contrib/chat/browser/chat'; | ||
import { ChatInputPart } from '../../contrib/chat/browser/chatInputPart.js'; | ||
import { AddDynamicVariableAction } from '../../contrib/chat/browser/contrib/chatDynamicVariables.js'; | ||
import { ChatInputPart } from 'vscode/vscode/vs/workbench/contrib/chat/browser/chatInputPart'; | ||
import { AddDynamicVariableAction } from 'vscode/vscode/vs/workbench/contrib/chat/browser/contrib/chatDynamicVariables'; | ||
import { IChatAgentService } from 'vscode/vscode/vs/workbench/contrib/chat/common/chatAgents'; | ||
import { ChatRequestAgentPart } from 'vscode/vscode/vs/workbench/contrib/chat/common/chatParserTypes'; | ||
import { ChatRequestParser } from '../../contrib/chat/common/chatRequestParser.js'; | ||
import { ChatRequestParser } from 'vscode/vscode/vs/workbench/contrib/chat/common/chatRequestParser'; | ||
import { IChatService } from 'vscode/vscode/vs/workbench/contrib/chat/common/chatService'; | ||
@@ -19,0 +19,0 @@ import { extHostNamedCustomer } from '../../services/extensions/common/extHostCustomers.js'; |
@@ -33,3 +33,3 @@ import { __decorate, __param } from '../../../../../../external/tslib/tslib.es6.js'; | ||
import { IPathService } from 'vscode/vscode/vs/workbench/services/path/common/pathService'; | ||
import { ResourceWorkingCopy } from '../../services/workingCopy/common/resourceWorkingCopy.js'; | ||
import { ResourceWorkingCopy } from 'vscode/vscode/vs/workbench/services/workingCopy/common/resourceWorkingCopy'; | ||
import { NO_TYPE_ID } from 'vscode/vscode/vs/workbench/services/workingCopy/common/workingCopy'; | ||
@@ -36,0 +36,0 @@ import { IWorkingCopyFileService } from 'vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyFileService'; |
@@ -11,3 +11,3 @@ import { __decorate, __param } from '../../../../../../external/tslib/tslib.es6.js'; | ||
import { AbstractTextResourceEditorInput } from 'vscode/vscode/vs/workbench/common/editor/textResourceEditorInput'; | ||
import { NotebookEditorInput } from '../../../../../../override/vs/workbench/contrib/notebook/common/notebookEditorInput.js'; | ||
import { NotebookEditorInput } from 'vscode/vscode/vs/workbench/contrib/notebook/common/notebookEditorInput'; | ||
import { CustomEditorInput } from 'vscode/vscode/vs/workbench/contrib/customEditor/browser/customEditorInput'; | ||
@@ -22,5 +22,5 @@ import { URI } from 'monaco-editor/esm/vs/base/common/uri.js'; | ||
import { InteractiveEditorInput } from '../../contrib/interactive/browser/interactiveEditorInput.js'; | ||
import { MergeEditorInput } from '../../contrib/mergeEditor/browser/mergeEditorInput.js'; | ||
import { MergeEditorInput } from 'vscode/vscode/vs/workbench/contrib/mergeEditor/browser/mergeEditorInput'; | ||
import { ILogService } from 'monaco-editor/esm/vs/platform/log/common/log.js'; | ||
import { ChatEditorInput } from '../../contrib/chat/browser/chatEditorInput.js'; | ||
import { ChatEditorInput } from 'vscode/vscode/vs/workbench/contrib/chat/browser/chatEditorInput'; | ||
@@ -27,0 +27,0 @@ let MainThreadEditorTabs = class MainThreadEditorTabs { |
@@ -8,3 +8,3 @@ import { __decorate, __param } from '../../../../../../external/tslib/tslib.es6.js'; | ||
import { IWorkingCopyFileService } from 'vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyFileService'; | ||
import { NotebookFileWorkingCopyModel } from '../../contrib/notebook/common/notebookEditorModel.js'; | ||
import { NotebookFileWorkingCopyModel } from 'vscode/vscode/vs/workbench/contrib/notebook/common/notebookEditorModel'; | ||
@@ -11,0 +11,0 @@ class ExtHostNotebookDocumentSaveParticipant { |
@@ -8,3 +8,3 @@ import { __decorate, __param } from '../../../../../../../external/tslib/tslib.es6.js'; | ||
import { DisposableStore, dispose } from 'monaco-editor/esm/vs/base/common/lifecycle.js'; | ||
import './media/review.css.js'; | ||
import 'vscode/vscode/vs/workbench/contrib/comments/browser/media/review.css'; | ||
import { ICodeEditorService } from 'monaco-editor/esm/vs/editor/browser/services/codeEditorService.js'; | ||
@@ -27,4 +27,4 @@ import { Range } from 'monaco-editor/esm/vs/editor/common/core/range.js'; | ||
import { IConfigurationService } from 'monaco-editor/esm/vs/platform/configuration/common/configuration.js'; | ||
import { COMMENTS_SECTION } from '../common/commentsConfiguration.js'; | ||
import { COMMENTEDITOR_DECORATION_KEY } from './commentReply.js'; | ||
import { COMMENTS_SECTION } from 'vscode/vscode/vs/workbench/contrib/comments/common/commentsConfiguration'; | ||
import { COMMENTEDITOR_DECORATION_KEY } from 'vscode/vscode/vs/workbench/contrib/comments/browser/commentReply'; | ||
import { Emitter } from 'monaco-editor/esm/vs/base/common/event.js'; | ||
@@ -31,0 +31,0 @@ import { IContextKeyService } from 'monaco-editor/esm/vs/platform/contextkey/common/contextkey.js'; |
@@ -13,6 +13,6 @@ import { __decorate, __param } from '../../../../../../../external/tslib/tslib.es6.js'; | ||
import { IInstantiationService } from 'monaco-editor/esm/vs/platform/instantiation/common/instantiation.js'; | ||
import { TimestampWidget } from './timestamp.js'; | ||
import { TimestampWidget } from 'vscode/vscode/vs/workbench/contrib/comments/browser/timestamp'; | ||
import { Codicon } from 'monaco-editor/esm/vs/base/common/codicons.js'; | ||
import { ThemeIcon } from 'monaco-editor/esm/vs/base/common/themables.js'; | ||
import { commentViewThreadStateColorVar, getCommentThreadStateIconColor } from './commentColors.js'; | ||
import { commentViewThreadStateColorVar, getCommentThreadStateIconColor } from 'vscode/vscode/vs/workbench/contrib/comments/browser/commentColors'; | ||
import { CommentThreadState } from 'monaco-editor/esm/vs/editor/common/languages.js'; | ||
@@ -19,0 +19,0 @@ import { FilterOptions } from './commentsFilterOptions.js'; |
@@ -15,4 +15,4 @@ import { __decorate, __param } from '../../../../../../../external/tslib/tslib.es6.js'; | ||
import { ServiceCollection } from 'monaco-editor/esm/vs/platform/instantiation/common/serviceCollection.js'; | ||
import { CommentThreadWidget } from './commentThreadWidget.js'; | ||
import { commentThreadStateColorVar, commentThreadStateBackgroundColorVar, getCommentThreadStateBorderColor } from './commentColors.js'; | ||
import { CommentThreadWidget } from 'vscode/vscode/vs/workbench/contrib/comments/browser/commentThreadWidget'; | ||
import { commentThreadStateColorVar, commentThreadStateBackgroundColorVar, getCommentThreadStateBorderColor } from 'vscode/vscode/vs/workbench/contrib/comments/browser/commentColors'; | ||
import { peekViewBorder } from 'monaco-editor/esm/vs/editor/contrib/peekView/browser/peekView.js'; | ||
@@ -19,0 +19,0 @@ import { IConfigurationService } from 'monaco-editor/esm/vs/platform/configuration/common/configuration.js'; |
@@ -12,3 +12,3 @@ import { __decorate, __param } from '../../../../../../../external/tslib/tslib.es6.js'; | ||
import { IInteractiveHistoryService } from './interactiveHistoryService.js'; | ||
import { NotebookEditorInput } from '../../../../../../../override/vs/workbench/contrib/notebook/common/notebookEditorInput.js'; | ||
import { NotebookEditorInput } from 'vscode/vscode/vs/workbench/contrib/notebook/common/notebookEditorInput'; | ||
import { INotebookService } from 'vscode/vscode/vs/workbench/contrib/notebook/common/notebookService'; | ||
@@ -15,0 +15,0 @@ import { IFileDialogService } from 'vscode/vscode/vs/platform/dialogs/common/dialogs'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1
995828
128
20895
+ Added@codingame/monaco-vscode-api@1.85.1(transitive)
+ Added@codingame/monaco-vscode-environment-service-override@1.85.1(transitive)
+ Added@codingame/monaco-vscode-files-service-override@1.85.1(transitive)
+ Added@codingame/monaco-vscode-layout-service-override@1.85.1(transitive)
+ Added@codingame/monaco-vscode-quickaccess-service-override@1.85.1(transitive)
- Removed@codingame/monaco-vscode-api@1.85.0(transitive)
- Removed@codingame/monaco-vscode-environment-service-override@1.85.0(transitive)
- Removed@codingame/monaco-vscode-files-service-override@1.85.0(transitive)
- Removed@codingame/monaco-vscode-layout-service-override@1.85.0(transitive)
- Removed@codingame/monaco-vscode-quickaccess-service-override@1.85.0(transitive)
Updated@codingame/monaco-vscode-files-service-override@1.85.1