


Windows Terminal 1.18 released: improved tab drag and drop features, enhanced text rendering engine, etc.
php editor Yuzai reports: Windows Terminal version 1.18 has been released, bringing improved tab drag and drop features and an enhanced text rendering engine. This update makes the user experience smoother and improves the efficiency and comfort of terminal operations. As Microsoft's official terminal tool, Windows Terminal is constantly optimized and upgraded to provide users with a better experience.

The summary of the updated content is as follows:
Drag a tab to generate an independent window
After users upgrade to Windows Terminal 1.18, drag a tab to a blank area and release it to automatically create Windows Terminal. New window instance.
Users can also move a tab from one Windows Terminal window to another.
Variable variable update
Windows Terminal 1.18 automatically reloads environment variables when you open a new tab or pane without requiring a program restart.
Additionally, you can now add environment variables in settings.json. This can be done in defaults or any configuration file:
Right-click menu
As part of the experimental project, users can open the settings.json configuration file and set "experimental.rightClickContextMenu": "true" Default value to manually enable right-click context menu functionality.
Text rendering engine
Microsoft has improved the text rendering engine (AtlasEngine) by supporting overlapping text and more. No more cutting off italic text, emojis or complex scripts. It will continue to clip the box glyph to its cells.
Portable Mode
Starting in version 1.18, Windows Terminal can be deployed in "portable mode". New mode ensures Windows Terminal All data created and maintained is saved next to the application so that it can be moved between different environments more easily.
Microsoft is using "Zip" containers to distribute this new portable mode, but this feature is not supported in Windows Terminal's packaging or pre-installation kit distribution.
You must enable portable mode manually. After unzipping Windows Terminal, create a file named .portable next to WindowsTerminal.exe document.
Windows Terminal will automatically create a directory named settings after starting WindowsTerminal.exe. The settings The directory will store settings such as window layout and runtime state.
GitHub Copilot AI
Users with access to the GitHub Copilot experience will be able to use natural language AI in inline and experimental chat experiences to recommend commands, explain errors, and Perform operations within the terminal. You can sign up for early access to Copilot Hub on GitHub.
For more information, please pay attention to this site.
The above is the detailed content of Windows Terminal 1.18 released: improved tab drag and drop features, enhanced text rendering engine, etc.. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Installing MySQL on CentOS involves the following steps: Adding the appropriate MySQL yum source. Execute the yum install mysql-server command to install the MySQL server. Use the mysql_secure_installation command to make security settings, such as setting the root user password. Customize the MySQL configuration file as needed. Tune MySQL parameters and optimize databases for performance.

In VS Code, you can run the program in the terminal through the following steps: Prepare the code and open the integrated terminal to ensure that the code directory is consistent with the terminal working directory. Select the run command according to the programming language (such as Python's python your_file_name.py) to check whether it runs successfully and resolve errors. Use the debugger to improve debugging efficiency.

VS Code extensions pose malicious risks, such as hiding malicious code, exploiting vulnerabilities, and masturbating as legitimate extensions. Methods to identify malicious extensions include: checking publishers, reading comments, checking code, and installing with caution. Security measures also include: security awareness, good habits, regular updates and antivirus software.

The reasons for the installation of VS Code extensions may be: network instability, insufficient permissions, system compatibility issues, VS Code version is too old, antivirus software or firewall interference. By checking network connections, permissions, log files, updating VS Code, disabling security software, and restarting VS Code or computers, you can gradually troubleshoot and resolve issues.

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

There are six ways to run code in Sublime: through hotkeys, menus, build systems, command lines, set default build systems, and custom build commands, and run individual files/projects by right-clicking on projects/files. The build system availability depends on the installation of Sublime Text.

When installing PyTorch on CentOS system, you need to carefully select the appropriate version and consider the following key factors: 1. System environment compatibility: Operating system: It is recommended to use CentOS7 or higher. CUDA and cuDNN:PyTorch version and CUDA version are closely related. For example, PyTorch1.9.0 requires CUDA11.1, while PyTorch2.0.1 requires CUDA11.3. The cuDNN version must also match the CUDA version. Before selecting the PyTorch version, be sure to confirm that compatible CUDA and cuDNN versions have been installed. Python version: PyTorch official branch

VS Code is still available on Windows 7, but is highly not recommended. Windows 7 lacks security updates and patches, resulting in security risks and VS Code compatibility issues. Although simple code editing is barely competent, it is recommended to upgrade to Windows 10 or later for complex development or for extensions.
