Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodinGame/monaco-vscode-api
/ functions
Functions
964 in github.com/CodinGame/monaco-vscode-api
⨍
Functions
964
◇
Types & classes
880
Function
getServiceOverride
( openEditorFallback?: OpenEditor, _webviewIframeAlternateDomains?: string, initializationStateOrRestore
src/service-override/views.ts:816
Function
getServiceOverride
( defaultPolicies: Map<PolicyName, PolicyValue> )
src/service-override/policy.ts:28
Function
getServiceOverride
({ webOnly = false, transformExtensionGalleryManifest }: ExtensionGalleryOptions = {})
src/service-override/extensionGallery.ts:159
Function
getServiceOverride
()
src/service-override/interactive.ts:9
Function
getServiceOverride
()
src/service-override/workspaceTrust.ts:15
Function
getServiceOverride
(openEditor: OpenEditor)
src/service-override/editor.ts:175
Function
getServiceOverride
()
src/service-override/testing.ts:25
Function
getServiceOverride
()
src/service-override/userDataSync.ts:32
Function
getServiceOverride
()
src/service-override/survey.ts:5
Function
getServiceOverride
()
src/service-override/secretStorage.ts:8
Function
getServiceOverride
()
src/service-override/model.ts:6
Function
getServiceOverride
()
src/service-override/multiDiffEditor.ts:7
Function
getServiceOverride
()
src/service-override/comments.ts:7
Function
getServiceOverride
( defaultWorkspace?: URI | IAnyWorkspaceIdentifier )
src/service-override/configuration.ts:206
Function
getServiceOverride
()
src/service-override/notifications.ts:51
Function
getServiceOverride
({ defaultAccount }: ChatServiceOverrideOptions = {})
src/service-override/chat.ts:206
Function
getServiceOverride
()
src/service-override/scm.ts:15
Function
getServiceOverride
()
src/service-override/preferences.ts:11
Function
getServiceOverride
()
src/service-override/markers.ts:4
Function
getServiceOverride
( params: LifecycleServiceParams = {} )
src/service-override/lifecycle.ts:24
Function
getServiceOverride
()
src/service-override/relauncher.ts:4
Function
getServiceOverride
()
src/service-override/notebook.ts:44
Function
getServiceOverride
()
src/service-override/bulkEdit.ts:7
Function
getServiceOverride
()
src/service-override/walkthrough.ts:14
Function
getServiceOverride
()
src/service-override/search.ts:96
Function
getServiceOverride
()
src/service-override/snippets.ts:29
Function
getServiceOverride
()
src/service-override/viewStatusBar.ts:11
Function
getServiceOverride
()
src/service-override/monarch.ts:5
Function
getServiceOverride
()
src/service-override/debug.ts:25
Function
getServiceOverride
()
src/service-override/explorer.ts:9
Function
getServiceOverride
(logLevel?: LogLevel)
src/service-override/log.ts:57
Function
getServiceOverride
()
src/service-override/outline.ts:8
Function
getServiceOverride
()
src/service-override/viewTitleBar.ts:7
Function
getServiceOverride
( options?: IWorkbenchOptions, _webviewIframeAlternateDomains?: string )
src/service-override/workbench.ts:71
Function
getServiceOverride
()
src/service-override/timeline.ts:8
Function
getServiceOverride
()
src/service-override/share.ts:7
Function
getServiceOverride
()
src/service-override/telemetry.ts:12
Function
getServiceOverride
(_webviewIframeAlternateDomains?: string)
src/service-override/viewCommon.ts:107
Method
getSize
()
src/service-override/files.ts:221
Method
getSize
()
src/service-override/files.ts:301
Function
getStandaloneEditorInstantiationService
(accessor: ServicesAccessor)
src/monaco.ts:464
Function
getTitle
(verbosity?: Verbosity)
src/service-override/tools/views.ts:231
Method
getTitle
()
src/service-override/tools/editor.ts:456
Method
getTreatment
(name: string)
src/service-override/assignment.ts:43
Function
getUserConfiguration
()
src/service-override/configuration.ts:94
Method
getViewState
()
src/service-override/tools/editor.ts:438
Method
getVisibleNeighborPart
()
src/service-override/layout.ts:376
Function
getWorkerOptions
(_, label)
demo/src/setup.common.ts:327
Function
getWorkerUrl
(_, label)
demo/src/setup.common.ts:324
Method
getWorkingSets
()
src/service-override/tools/editor.ts:840
Method
globList
()
src/missing-services.ts:4701
Method
groups
()
src/service-override/tools/editor.ts:902
Method
groupsView
()
src/missing-services.ts:783
Method
groupsView
()
src/service-override/tools/editor.ts:93
Method
groupsView
()
src/service-override/tools/editor.ts:567
Method
handleCodeEditor
(editor: ICodeEditor)
src/service-override/tools/editor.ts:748
Method
handleCodeEditorRemoved
(editor: ICodeEditor)
src/service-override/tools/editor.ts:804
Method
handleMessage
(message: vscode.DebugProtocolMessage)
demo/src/features/debugger.ts:45
Method
hasContainer
()
src/service-override/layout.ts:554
Method
hasFocus
(part: Parts)
src/service-override/layout.ts:393
Method
hasFocus
()
src/service-override/tools/editor.ts:448
Method
hasMainWindowBorder
()
src/service-override/layout.ts:98
Method
hasRestorableState
()
src/service-override/tools/editor.ts:864
Method
helpInformation
()
src/missing-services.ts:4093
Method
historyVisible
()
src/missing-services.ts:4728
Method
includeTags
()
src/missing-services.ts:4705
Function
indexFolder
* Indexes a specific folder by resolving and collecting its files * @param folderUri - The folder URI to index
src/service-override/tools/search-utils/base-provider.ts:158
Function
indexWorkspaceFolders
* Indexes all workspace folders concurrently
src/service-override/tools/search-utils/base-provider.ts:119
Method
initServices
()
src/service-override/workbench.ts:47
Function
initialize
( overrides: IEditorOverrideServices, container: HTMLElement = document.body, configuration: IWorkbenchC
src/services.ts:102
Function
initialize
( container: HTMLElement, options: IWorkbenchConstructionOptions, env: EnvironmentOverride = {} )
src/workbench.ts:62
Function
initialize
(createFn: CreateFunction<D, R>)
src/workers/editor.worker.ts:11
Method
initialize
()
demo/src/features/customView.workbench.ts:72
Function
initializeFileCache
* Initializes the file cache by indexing all workspace folders
src/service-override/tools/search-utils/base-provider.ts:102
Function
initializeProvider
* Initializes the search provider by setting up the file cache and event listeners
src/service-override/tools/search-utils/base-provider.ts:84
Method
input
( options?: IInputOptions | undefined, token?: CancellationToken | undefined )
src/service-override/quickaccess.ts:132
Method
input
(data: string)
demo/src/features/terminal.ts:30
Method
invoke
( options: vscode.LanguageModelToolInvocationPrepareOptions<CodingameToolParameters> )
demo/src/features/ai.ts:126
Function
isDirty
()
src/service-override/tools/views.ts:239
Method
isEditorLayoutCentered
()
src/service-override/layout.ts:362
Method
isEmpty
()
src/service-override/tools/editor.ts:643
Function
isEnabled
()
src/extensions.ts:250
Function
isFullfiled
(result: PromiseSettledResult<T>)
src/service-override/files.ts:709
Function
isHiddenFile
* Determines if a file is hidden based on its name * @param uri - The file URI * @returns True if the file is hidden
src/service-override/tools/search-utils/base-provider.ts:303
Method
isMainEditorLayoutCentered
()
src/service-override/layout.ts:106
Method
isPanelMaximized
()
src/service-override/layout.ts:384
Method
isReady
()
src/service-override/tools/editor.ts:852
Method
isRestored
()
src/service-override/layout.ts:520
Function
isValidFileEntry
* Validates if a file entry has required properties * @param entry - The file stat entry * @returns True if the file entry is valid
src/service-override/tools/search-utils/base-provider.ts:281
Function
isValidUri
* Validates if a URI is properly formed * @param uri - The URI to validate * @returns True if the URI is valid
src/service-override/tools/search-utils/base-provider.ts:272
Method
isWindowMaximized
()
src/service-override/layout.ts:370
Function
isWithinFileSizeLimit
* Checks if a file is within the configured size limit * @param entry - The file stat entry * @returns True if the file is within size limits
src/service-override/tools/search-utils/base-provider.ts:290
Function
layout
(dimension: Dimension)
src/service-override/tools/views.ts:132
Method
layoutBody
(height: number, width: number)
src/service-override/tools/views.ts:392
Method
lazyCollectionState
()
src/missing-services.ts:5778
Function
load
(id)
rollup/rollup.language-packs.ts:63
Function
load
()
rollup/rollup.default-extensions.ts:179
Function
load
(id)
rollup/tools/vscode.ts:407
Function
load
(id)
rollup/plugins/vscode-asset-glob-meta-url-plugin.ts:27
Function
load
(id)
rollup/plugins/rollup-carry-dts-plugin.ts:30
← previous
next →
601–700 of 964, ranked by callers