mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Make sure main process webview file resource loads stays on main process
We were checking the wrong uri
This commit is contained in:
@@ -107,7 +107,8 @@ export function register(
|
||||
telemetryReporter: TelemetryReporter,
|
||||
) {
|
||||
return conditionalRegistration([
|
||||
requireMinVersion(client, OrganizeImportsCodeActionProvider.minVersion)
|
||||
requireMinVersion(client, OrganizeImportsCodeActionProvider.minVersion),
|
||||
|
||||
], () => {
|
||||
const organizeImportsProvider = new OrganizeImportsCodeActionProvider(client, commandManager, fileConfigurationManager, telemetryReporter);
|
||||
return vscode.languages.registerCodeActionsProvider(selector.syntax,
|
||||
|
||||
Reference in New Issue
Block a user