Microsoft/vscode

[Bug] “Transform to” actions don't function on text selected inside the Monaco F&R modal.

Open

#247 141 ouverte le 22 avr. 2025

Voir sur GitHub
 (1 commentaire) (1 réaction) (1 assigné)TypeScript (10 221 forks)batch import
bugeditor-findhelp wanted

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

Description

Whether This Issue Recurs When All Extensions Are Disabled

Yes: with --disable-extensions.

VS Code Version

Version: 1.113.0-insider
Commit: 4b258535ff833325f8d2a1ad5a0cf941407b6a64
Date: 2026-03-20T19:01:58+09:00
Electron: 39.8.2
ElectronBuildId: 13563792
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Linux x64 6.19.8-200.fc43.x86_64
  1. #!/usr/bin/env sh
    rpm -qf $(command -v code-insiders) \
    	--queryformat "$(
    		cat <<'EOF'
    Name: %{NAME}
    Version: %{VERSION}
    Release: %{RELEASE}
    Architecture: %{ARCH}
    Install Date: %{INSTALLTIME:date}
    Size: %{SIZE}
    Signature: %{SIGPGP:pgpsig}
    Source RPM: %{SOURCERPM}
    Build Date: %{BUILDTIME:date}
    Build Host: %{BUILDHOST}
    Packager: %{PACKAGER}
    Vendor: %{VENDOR}
    EOF
    	)"$'\n' | yq -P
    
  2. Name: code-insiders
    Version: 1.113.0
    Release: 1774001782.el8
    Architecture: x86_64
    Install Date: Fri 20 Mar 2026 15:02:47 GMT
    Size: 548330042
    Signature: RSA/SHA256, Fri 20 Mar 2026 10:21:20 GMT, Key ID eb3e94adbe1229cf
    Source RPM: code-insiders-1.113.0-1774001782.el8.src.rpm
    Build Date: Fri 20 Mar 2026 10:16:27 GMT
    Build Host: 4c652113c000000
    Packager: Visual Studio Code Team <vscode-linux@microsoft.com>
    Vendor: Microsoft Corporation
    

OS Version

  1. #!/usr/bin/env sh
    cat /etc/os-release | jc --ini | jq 'with_entries(.value |= (if type=="string" and test("^[0-9]+$") then tonumber else . end))| {VARIANT, NAME, VERSION_ID}' | yq -P
    
  2. VARIANT: KDE Plasma Desktop Edition
    NAME: Fedora Linux
    VERSION_ID: 43
    

Steps To Reproduce

  1. Press Control + F to invoke the “Find” modal.

  2. Enter some text.

  3. Press Control + Shift + P to invoke the Command Palette.

  4. Select “Transform to Uppercase”.

Errata

Nothing occurs:

https://github.com/user-attachments/assets/b2175bf9-ef8f-45bf-9a82-3d0e64c5603d

Guide contributeur