Skip to content

Dynamic imports are not highlighted correctly #506

@Tyriar

Description

@Tyriar

VS Code Insiders

image

Code

		if (platform.isWindows) {
			this._processReady.then(() => {
				if (!this._isDisposed) {
					import('vs/workbench/parts/terminal/electron-browser/windowsShellHelper').then((module) => {
						this._windowsShellHelper = new module.WindowsShellHelper(this._processId, this._shellLaunchConfig.executable, this, this._xterm);
					});
				}
			});
		}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions